-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Date and Time, update render. #2916
Conversation
Next StepsHello! Thank you so much for your change 🤜 🤛 . There are a few things you need to do:
Manual Review RequiredHang tight! A Tidbyt engineer will be by shortly to review your change. Here is what they will be looking for:
|
Not sure what to write to ensure this doesn't stay stale and close again. Hopefully this gets approved and merged soon! Thank you! |
Hello @matslina - I see that PRs are continuing to close for being stale, even though they are waiting to merge. Is there a way to keep a PR from going stale? Any help is appreciated. |
Hey @drudge - what does the Waiting on Author tag mean? It shows me that it's ready to merge it's just waiting for the review due to the |
Hey @drudge - I updated branch. Can this be successfully merged? Thank you. |
@theimpossibleleap is there a reason why you're always converting the date/time to US/Pacific instead of the device's timezone? You can get the device's timezone by reading the DEFAULT_TIMEZONE = "US/Pacific"
def main(config):
device_tz = config.get("$tz", DEFAULT_TIMEZONE) |
Hey @danielsitnik! No particular reason! Since it's a West Coast / Pacific NHL team and I, selfishly, built the app for myself, I just made it Pacific. I can definitely add Adam |
@theimpossibleleap no worries, this "feature" was never documented anyway. If you could please make this small improvement, this would make the app usable by more users and more in line with the other apps that handle date/time this way. Then I'll gladly approve the PR! |
…y into vgk_time_date Pulling and merging most recent in to branch to push updates
…mpossibleleap/community into vgk_time_date Pulling update.
Hey @danielsitnik - I made the suggested update! Let me know if it is correct. I appreciate you! |
Hello! This was closed for being stale? Just want to get it merged with the updates. Thank you!