How do you convert YYYY-MM-DDTHH:mm:ss.000Z time format to MM/DD/YYYY time format in Python?

Posted by fuentesjr on Stack Overflow See other posts from Stack Overflow or by fuentesjr
Published on 2008-10-18T08:53:02Z Indexed on 2010/03/29 11:43 UTC
Read the original article Hit count: 267

Filed under:
|

For example, I'm trying to convert 2008-09-26T01:51:42.000Z to 09/26/2008. What's the simplest way of accomplishing this?

© Stack Overflow or respective owner

Related posts about python

Related posts about datetime