Source: libdatetime-timezone-tzfile-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9), libmodule-build-perl, perl Build-Depends-Indep: libdate-iso8601-perl, libdatetime-timezone-systemv-perl (>= 0.009), libparams-classify-perl, libtest-pod-coverage-perl, libtest-pod-perl Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-timezone-tzfile-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdatetime-timezone-tzfile-perl.git Homepage: https://metacpan.org/release/DateTime-TimeZone-Tzfile Package: libdatetime-timezone-tzfile-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdate-iso8601-perl, libdatetime-timezone-systemv-perl (>= 0.009), libparams-classify-perl Description: Perl handling of tzfile (zoneinfo) timezone files An instance of this class represents a timezone that was encoded in a file in the tzfile(5) format. These can express arbitrary patterns of offsets from Universal Time, changing over time. Offsets and change times are limited to a resolution of one second. . DateTime::Timezone::Tzfile implements the DateTime::TimeZone interface, so that its instances can be used with DateTime objects.