Source: libdatetime-format-xsd-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), libdatetime-format-iso8601-perl (>= 0.19) , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdatetime-format-xsd-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdatetime-format-xsd-perl.git Homepage: https://metacpan.org/release/DateTime-Format-XSD Package: libdatetime-format-xsd-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-format-iso8601-perl (>= 0.19), Description: format DateTime according to xsd:dateTime XML Schema defines a usage profile which is a subset of the ISO8601 profile. This profile defines that the following is the only possible representation for a dateTime, despite all other options ISO provides. . YYYY-MM-DD"T"HH:MI:SS(Z|[+-]zh:zm) . DateTime::Format::XSD is a subclass of DateTime::Format::ISO8601, therefore it will be able to parse all other ISO options, but will only format it in this exact spec.