2024-01-06 08:51:22 +01:00
|
|
|
# perl-DateTime-TimeZone
|
|
|
|
|
2024-01-06 08:51:24 +01:00
|
|
|
The DateTime::TimeZone modules provide a Perl interface to the Olson time zone database.
|
|
|
|
Rather than using the database directly, we parse the database files and turn them into a set of modules, one for each time zone defined.
|
|
|
|
This allows for various optimizations in doing time zone calculations.
|
|
|
|
This conversion is done with the script in tools/parse_olson.
|
|
|
|
|