News for the tz database
github.com
News for the tz database
1–10 of 29 posts
Re: News for the tz database
#2Re: News for the tz database
#3https://mm.icann.org/pipermail/tz/2018-July/thread.html
The amount of effort and detail that goes into this database is astonishing - every few days there's a new twist introduced by timezone legislation somewhere around the world.
Even more impressive is their dedication to building a correct database of historic timezone changes - here's a post where someone submitted further details on the history of time in Macau for example: https://mm.icann.org/pipermail/tz/2018-May/026467.html
Re: News for the tz database
#4Re: News for the tz database
#5Re: News for the tz database
#6It isn't clear why Ireland would need a negative DST? Don't they also "spring forward and fall back"?
Re: News for the tz database
#7Upstream database is here:
Re: News for the tz database
#8You linked to a copy embedded in pytz. Upstream database is here: https://github.com/eggert/tz
Re: News for the tz database
#9Does every Docker container, snap, flatpack etc. need to be updated every time the tz database releases a new update? Do they?
In practice, however, people write bad date/time code often enough that it’s a problem. I was recently using a client library that was completely broken if the client’s system had a negative offset from UTC more than 1 hour.
At work we get emails if we leave any container running that was built too long ago (three months or something?)
Re: News for the tz database
#10I wonder if this will break anything. Some systems make the bad assumption that timezone abbreviations are unique, e.g. when parsing dates.