MySQL UTC Date format
        Posted  
        
            by Btibert3
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Btibert3
        
        
        
        Published on 2010-03-20T15:21:50Z
        Indexed on 
            2010/03/20
            15:31 UTC
        
        
        Read the original article
        Hit count: 569
        
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
© Stack Overflow or respective owner