RFC-822 compatible dates in RSS feeds
1 xml.pubDate(p.updated_at.strftime("%a, %d %b %Y %H:%M:%S %z"))
If you're just using strftime someplace else, perhaps in PHP, try:
1 strftime("%a, %d %b %Y %H:%M:%S %z")
DZone Snippets > peter > strftime
12875 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Peter Cooperx http://www.petercooper.co.uk/
1 xml.pubDate(p.updated_at.strftime("%a, %d %b %Y %H:%M:%S %z"))
1 strftime("%a, %d %b %Y %H:%M:%S %z")