GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DateTime::Format::RSS(3) User Contributed Perl Documentation DateTime::Format::RSS(3)

DateTime::Format::RSS - Format DateTime For RSS

  use DateTime::Format::RSS;
  my $fmt = DateTime::Format::RSS->new;
  my $dt  = $fmt->parse_datetime($str);
  my $str = $fmt->format_datetime($dt);

  my $fmt = DateTime::Format::RSS->new(version => 2.0);

DateTime::Format::RSS attempts to deal with those nasty RSS date/time strings used in fields (such as <issued>, <modified>, <pubDate>) that never ever seems to be right.

Creates a new DateTime::Format::RSS object

Internally, it just attempts to parse the string using DateTime::Format::Mail, DateTime::Format::ISO8601, and then finally with DateTime::Format::DateParse.

Formats the given DateTime object using DateTime::Format::ISO8601

This module was based on Plagger's LiberalDateTime DateTime parser.

DateTime::Format::Mail DateTime::Format::IOS8601 DateTime::Format::DateParse

Copyright (c) 2006 Daisuke Maki <daisuke@endeworks.jp> All rights reserved. Tatsuhiko Miyagawa <miyagawa@bulknews.net> All rights reserved.

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
2008-06-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.