NAME
XML::Feed::Util - Utility functions
SYNOPSIS
use XML::Feed::Util qw( format_W3CDTF );
use DateTime;
print format_W3CDTF(DateTime->now);
DESCRIPTION
Common utility or helper functions.
USAGE
format_W3CDTF($date)
Convert DateTime object to W3CDTF format string. Uses default timezone "Z" for "floating" DateTime.
AUTHOR & COPYRIGHT
Please see the XML::Feed manpage for author, copyright, and license information.