28 Oct 2022
01:03 AM
- last edited on
12 Dec 2022
03:46 AM
by
Ana_Kuzmenchuk
I use Python call API to export data from Dynatrace, but it gives back the time as a format like
"2022-10-28 07:20:00" (it seems UTC) without any time zone code. But in the Linux server when I use the CURL call it will give back a timestamp as 1666941600000 (2022-10-28 03:20:00 EST).
I want to get the time result as a timestamp or a string time with a time zone code like 2022-10-28 07:24:00 UTC.