Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert tzdata into other formats?

Back before the whole Olson database lawsuit debacle, there was a source of timezone data that provided alternate formats (e.g. XML, JSON, CSV, etc.) that was hosted on googlecode (dead link: http://code.google.com/p/tzdata/).

Now that the lawsuit threat is past, this site is no longer operational. Fine, we can still access the raw data at IANA. However, I have been unable to find any help with ways to convert the raw data into these other formats that were previously provided by the now defunct project on googlecode.

Has anyone else found / re-created this? I am most particularly interested in converting to JSON format. I know I could re-build this myself, but I was hoping to avoid reinventing the wheel.

like image 857
Scott W Avatar asked Nov 13 '22 08:11

Scott W


1 Answers

Here you go: https://gitorious.org/tz/tzdata.

like image 179
Laurent Couvidou Avatar answered Mar 27 '23 17:03

Laurent Couvidou