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-compat (= 13), libcpan-meta-check-perl , libcpan-meta-requirements-perl , libdatetime-locale-perl , libdatetime-timezone-perl (>= 1:2.44) , libdist-checkconflicts-perl , libnamespace-autoclean-perl , libparams-validationcompiler-perl , libspecio-perl , libtest-cleannamespaces-perl , libtest-fatal-perl , libtest-warnings-perl , libtest-without-module-perl , libtry-tiny-perl , perl-xs-dev, perl:native Standards-Version: 4.6.2 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 Rules-Requires-Root: no Package: libdatetime-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libdatetime-locale-perl, libdatetime-timezone-perl, libnamespace-autoclean-perl, libparams-validationcompiler-perl, libspecio-perl, libtry-tiny-perl 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.