Determine local time from lat/long #10
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ian/home-meteogram-display#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the system time zone is used for determining local time. The software assumes your weather spot is also in your time zone, which works fine for 99% of use cases, but if you want to build a rotating display showing weather in other places, things go a bit wrong.
For example, a computer in the UK displaying weather in Australia will never show a "good laundry day" because your 10am time to put the laundry out is in UK time, which is evening in Australia.
Need to double check how iCal times are handled as well, make sure we are getting the times as UTC so they are plotted right.
https://pypi.org/project/timezonefinder/