I want a datetime object, but I have strings in this format:
2010-10-06T08:12:41Z
How do I turn that into a datetime object?
I want a datetime object, but I have strings in this format:
2010-10-06T08:12:41Z
How do I turn that into a datetime object?