parsing opposite date formats feedparser python?
i'm perplexing dates entries twin opposite rss feeds by .
here i'm doing:
import feedparser fp
reddit = fp.parse("http://www.reddit.com/.rss")
cc = fp.parse("http://contentconsumer.com/feed")
print reddit.entries[0].date
print cc.entries[0].date
and here's out:
2008-10-21t22:23:28.033841+00:00
wed, 15 oct 2008 10:06:10 +0000
i wish indicate where i out newer easily.
i've attempted controlling datetime way python poison by feedparser documentation, nonetheless i can't past problem. any assistance many appreciated.
Comments
Post a Comment