// timezone functions
\d .tz
default:`$"Europe/Istanbul" // default local timezone
\d .eodtime
rolltimeoffset:0D00:00:00.000000000; // offset from default midnight roll
datatimezone:`$"Europe/Istanbul"; // timezone for TP to timestamp data in
rolltimezone:`$"Europe/Istanbul"; // timezone to perform rollover in
All processes in the stack are started with `-localtime`. Requested data from the gateway shows timestamps in GMT+0 time. Hence timestamp in logs are in local time. Also I tried to set datatimezone to different values (EST, GMT+3, etc) to test any effect but with no success.
My setup is the same: Windows 2019 Server and recent stack.
Please help me in this regard.
Mixa