Running a simple 'gam info user blabla' will give me a creation date with UTC/GMT time and not the local date and time. Like this:
Creation Time: 2016-10-08T06:05:58.000Z
I know the "real" creation time was 08:05 in local time, which I also know that the computer adheres to.
This makes it difficult to both use and compare data which is exported from other systems, or with other tools from G Suite.
Is there some setting I have forgotten to set in Python?¨
Regular time control displays the correct time.
$ date
Sun Oct 9 20:03:48 CEST 2016
TZ is Europe/Stockholm which is UTC+1, which makes it +2 during daylight saving.