FreeBSD Manual Pages
DateTime::Format::XSD(User Contributed Perl DocumentatDateTime::Format::XSD(3) NAME DateTime::Format::XSD - Format DateTime according to xsd:dateTime SYNOPSIS my $str = DateTime::Format::XSD->format_datetime($dt); 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. SEE ALSO DateTime, DateTime::Format::ISO8601, The XML Schema speficitation. AUTHORS Daniel Ruoso "daniel@ruoso.com" BUG REPORTS Please submit all bugs regarding "DateTime::Format::XSD" to "bug-datetime-format-xsd@rt.cpan.org" LICENSE This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.32.1 2011-02-07 DateTime::Format::XSD(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHORS | BUG REPORTS | LICENSE
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=DateTime::Format::XSD&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>