MySQL UTC Date format
- by Btibert3
Hi everyone,
I am pulling data from Twitter's api and the return date is UTC in the following form:
Sat Jan 24 22:14:29 +0000 2009
Can MySQL handle this format specifically or do I need to transform it? I am pulling the data using Python.
Thanks,
Brock