Is there a zip archive withe the TZ zoneinfo data available ?
Hello, I was wondering if IANA or a trusted partner provides a zip format of the TZ data and source file? Thank You and Regards, Dave Sweeney +1 (978) 451-0895 VMS Software Inc.
Dave Sweeney wrote:
I was wondering if IANA or a trusted partner provides a zip format of the TZ data and source file?
You can get a copy of the current (2015f) release in zip form here: https://github.com/eggert/tz/archive/2015f.zip and similarly for older releases going back to 2012e. The latest experimental version is here: https://github.com/eggert/tz/archive/master.zip This isn't official, and these zip files differ from official releases in what should be unimportant ways. A few *.txt files are missing that can be drived automatically, there's an extra .gitignore file, the last-modified times on the source files are incorrect, and perhaps a few other things that I missed.
Thank you Paul I appreciate the quick response. Dave Sweeney +1 978-451-0895 www.vmssoftware.com <http://www.vmssoftware.com/> 580 Main Street Bolton, MA 01740
On Aug 14, 2015, at 4:45 AM, Paul Eggert <eggert@cs.ucla.edu> wrote:
Dave Sweeney wrote:
I was wondering if IANA or a trusted partner provides a zip format of the TZ data and source file?
You can get a copy of the current (2015f) release in zip form here:
https://github.com/eggert/tz/archive/2015f.zip
and similarly for older releases going back to 2012e. The latest experimental version is here:
https://github.com/eggert/tz/archive/master.zip
This isn't official, and these zip files differ from official releases in what should be unimportant ways. A few *.txt files are missing that can be drived automatically, there's an extra .gitignore file, the last-modified times on the source files are incorrect, and perhaps a few other things that I missed.
participants (2)
-
Dave Sweeney -
Paul Eggert