ed7a67ecd2
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 information about this format, see http://www.twinsun.com/tz/tz-link.htm. 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.
7 lines
499 B
Text
7 lines
499 B
Text
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
|
|
information about this format, see http://www.twinsun.com/tz/tz-link.htm.
|
|
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.
|