UTC TO LOCAL TIME
Hello,
I'm curious if anybody else has already faced the following issue:
For some tables, timestamps are stored in UTC in SAP, although in display mode of transaction timestamp is shown in local time. This leads to UTC timestamps for activities in Celonis and can cause confusion of end users.
I already tried SQL best practise to transfer UTC in local time but standard operations/ local time zones are disabled in Event Collection.
- SELECT GETDATE() only provides UTC (Vertica base)
- getutcdate() is not supported (Vertica base)
- SELECT * FROM sys.time_zone_info is not allowed/missing rights (SQL Server base)
It would be better to avoid hard coded transformations due to summer and winter time in Europe which will lead to maintaining effort.
Does anybody else has an idea how to transfor UTC in local time?
Looking forward to hear your experiences!
Greetings from Germany,
Jasmin