Replies: 1 comment 2 replies
-
|
Including the whole TZ database is an overkill - there are too many entries to select from. Also the receiver doesn't keep the time when switched off, so timekeeping is not a primary function. With that said, I added a complete list of UTC offsets with 15 minute granularity #287 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently showing the "local" time uses UTC offsets which are in 1 hour blocks. This puts the time out by half an hour in many places and doesn't follow local DST rules.
Using the IANA Timezone database (https://www.iana.org/time-zones) would mean that we can have both the correct time and won't have to manually change the offset twice a year.
Beta Was this translation helpful? Give feedback.
All reactions