28 Aug 2019 01:23 AM
Dear All,
I'm using Dynatrace API (Environment API v2) to export Synthetic data as csv files, since I need schedule those reports based on daily, weekly and monthly, so I use relative timeframe instead of a fixed timeframe.
However the csv output returns timestamp seems was not in my timezone.
I use now-1d as requested timeframe and generate the report at 1:00am , but the csv output as 17:00pm.
Is there a way to specific the UTC with "now-1d" parameters?
Thanks.
Sylvian
Solved! Go to Solution.
28 Aug 2019 06:37 AM
It may be because dynatrace store time in UTC so if you have different time zone, you may get results you need but for DT it will be different time. I don’t see option for putting time zone in relative time. This means that RFE for this may bee need, for now you should recalculate time after each fetch manually I think.
Sebastian
28 Aug 2019 07:15 AM
Thx Sebastian. Let me try raise a request.
-Sylvian