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
Plagger::Plugin::Filter::RSSTimeZoneString(3) User Contributed Perl Documentation Plagger::Plugin::Filter::RSSTimeZoneString(3)

Plagger::Plugin::Filter::RSSTimeZoneString - Fix bad RFC822 timezone string in RSS 2.0

  - module: Filter::RSSTimeZoneString

This plugin fixes a bad timezone string in pubDate of RSS 2.0 (or 0.91) feeds to a correct one.

Namely, when you create RSS feeds with POSIX "ctime" function for example, it'll create a following pubDate format if you're on the box under Japanese standard time:

  Fri, 03 Mar 2006 03:52:42 JST

which is invalid in RFC 822. (RFC 822 only allows timezone strings for North America, like PST and CST).

This plugin fixes the string to:

  Fri, 03 Mar 2006 03:52:42 +0900

Tatsuhiko Miyagawa

Plagger, DateTime::Format::Mail, Time::Zone, Plagger::Plugin::Filter::RSSLiberalDateTime
2006-12-05 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.