Here was a tweet from last year describing my complete befuddlement with how badly datetime handling is in python: "import datetime, pytz, time; omgrly = datetime.datetime.fromtimestamp(time.mktime(time_struct)).astimezone(pytz.utc).isoformat()"
- Leonard