I'm trying to convert Twitter's "created_at" tag information from an XML file to a date object in Python. I pieced together some code that gets me most of the way there, but then breaks down when I try to compare the date I found with other date objects. Here's what I have so far:I'm trying to convert Twitter's "created_at" ta