1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: libdatetime-timezone-tzfile-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl,
perl
Build-Depends-Indep: libdate-iso8601-perl,
libdatetime-timezone-systemv-perl,
libparams-classify-perl,
libtest-pod-coverage-perl,
libtest-pod-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdatetime-timezone-tzfile-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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,
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.
|