2014-11-24 22:24:01 +01:00
|
|
|
A parser and renderer for binary Olson timezone files whose format is
|
|
|
|
specified by the tzfile(5) man page on Unix-like systems. For more
|
2015-11-15 09:22:15 +01:00
|
|
|
information about this format, see
|
|
|
|
http://www.iana.org/time-zones/repository/tz-link.html
|
2014-11-24 22:24:01 +01:00
|
|
|
Functions are provided for converting the parsed data into TimeZoneSeries
|
|
|
|
objects from the timezone-series package. On many platforms, binary Olson
|
|
|
|
timezone files suitable for use with this package are available in the
|
|
|
|
directory usrshare/zoneinfo and its subdirectories on your computer.
|