logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DateTime::Format::XSD - Format DateTime according to xsd:dateTime

Authors

       •   Daniel Ruoso <daniel@ruoso.com>

       •   Timothy Legge <timlegge@gmail.com>

Bug Reports

       Please submit all bugs regarding "DateTime::Format::XSD" to "bug-datetime-format-xsd@rt.cpan.org"

Description

       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)

       This module 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.

License

       This library is free software, you can redistribute it and/or modify it under the same terms as Perl
       itself.

Name

       DateTime::Format::XSD - Format DateTime according to xsd:dateTime

See Also

       DateTime, DateTime::Format::ISO8601, The XML Schema speficitation.

Synopsis

         my $str = DateTime::Format::XSD->format_datetime($dt);

Version

       version 0.4

See Also