GNOME Bugzilla – Bug 631382
GTimeZone support for zoneinfo version 1
Last modified: 2012-10-12 16:49:26 UTC
There are some still-supported systems in the wild that ship version 1 zoneinfo files. GTimeZone will ignore anything that's not version 2. We should fix that (*sigh*).
Created attachment 225085 [details] [review] Adds TZif Version 1 Support Well, that's easy. A bit harder is getting it to work in MSWin as well. We can only go halfway, because they put the timezone info in the registry somewhere and don't have API to retrieve arbitrary timezones, just the current local one.
Comment on attachment 225085 [details] [review] Adds TZif Version 1 Support Pushed to master and glib-2-34
*** Bug 644473 has been marked as a duplicate of this bug. ***