|
NAMEDateTime::Format::RFC3339 - Parse and format RFC3339 datetime stringsVERSIONVersion 1.0.5SYNOPSISuse DateTime::Format::RFC3339; my $f = DateTime::Format::RFC3339->new(); my $dt = $f->parse_datetime( '2002-07-01T13:50:05Z' ); # 2002-07-01T13:50:05Z print $f->format_datetime($dt); DESCRIPTIONThis module understands the RFC3339 date/time format, an ISO 8601 profile, defined at <http://tools.ietf.org/html/rfc3339>.It can be used to parse these formats in order to create the appropriate objects. METHODS
SEE ALSO
BUGSPlease report any bugs or feature requests to "bug-datetime-format-rfc3339 at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DateTime-Format-RFC3339>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.SUPPORTYou can find documentation for this module with the perldoc command.perldoc DateTime::Format::RFC3339 You can also look for information at:
AUTHOREric Brine, "<ikegami@adaelis.com>"COPYRIGHT & LICENSENo rights reserved.The author has dedicated the work to the Commons by waiving all of his or her rights to the work worldwide under copyright law and all related or neighboring legal rights he or she had in the work, to the extent allowable by law. Works under CC0 do not require attribution. When citing the work, you should not imply endorsement by the author.
Visit the GSP FreeBSD Man Page Interface. |