Deluge - convert datetime from api response to local time zone
Hello,
I use the following testing code:
I would like to know why the result is "21-Jun-2016 04:16:14"...
- Why is the hour = 04?
- The result I expected would be = 18:16:14 (UTC +2)
------------------------------
Where do I actually get this string: "2016-06-21T13:16:14.000Z" ?!
--> I use the Zoho Desk API
--> GET /api/v1/tickets/{ticket_id}
--> And use the value of the value "modifiedTime"
Best regards,
Sven