I am having an issue with createdDate/modifiedDate for the Google Drive API. When I get the data the time is displayed : 2012-10-26T09:27:09.382Z
Is there anyone who can guide me on how to arrange such date in a “normal” 2012-10-26 09:27:.382Z
Thanks 🙂
These are RFC 3339 timestamps. This is a Python example: