Source: libdatetime-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Ansgar Burchardt , Xavier Guimard , Nick Morrott Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional # don't build-depend on libdatetime-format-strptime-perl which depends # on libdatetime-perl again Build-Depends: debhelper (>= 10), libcpan-meta-check-perl (>= 0.011), libdatetime-locale-perl (>= 1:1.06), libdatetime-timezone-perl (>= 1:2.02), libdist-checkconflicts-perl, libnamespace-autoclean-perl (>= 0.19), libparams-validationcompiler-perl (>= 0.26), libspecio-perl, libtest-cleannamespaces-perl, libtest-fatal-perl, libtest-warnings-perl, libtry-tiny-perl, perl, perl (>= 5.15.7) | libcpan-meta-requirements-perl (>= 2.113640) Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdatetime-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdatetime-perl.git Homepage: https://github.com/houseabsolute/DateTime.pm/wiki Package: libdatetime-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libdatetime-locale-perl (>= 1:1.06), libdatetime-timezone-perl (>= 1:2.02), libnamespace-autoclean-perl (>= 0.19), libparams-validationcompiler-perl (>= 0.26), libspecio-perl, libtry-tiny-perl Breaks: libdatetime-format-mail-perl (<< 0.4020++) Multi-Arch: same Description: module for manipulating dates, times and timestamps DateTime is a Perl module which aims to provide a complete, correct, and easy to use date/time object implementation. It provides an easy way to manipulate dates and times, including date calculations (even addition and subtraction) and provides convenient methods for extracting or modifying portions of any date or time. . This module supports the Olson time zone database, meaning that historical time zone information, and more importantly, daylight saving time rules, can be handled transparently, simply by setting the correct time zone. This is done by using the DateTime::TimeZone module.