DOKK / manpages / debian 11 / libxml-atom-perl / XML::Atom::Util.3pm.en
XML::Atom::Util(3pm) User Contributed Perl Documentation XML::Atom::Util(3pm)

XML::Atom::Util - Utility functions

    use XML::Atom::Util qw( iso2dt );
    my $dt = iso2dt($entry->issued);

Transforms the ISO-8601 date $iso into a DateTime object and returns the DateTime object.

Encodes characters with special meaning in XML into entities and returns the encoded string.

Please see the XML::Atom manpage for author, copyright, and license information.

2020-12-28 perl v5.32.0