Skip to main content
Question

During validation, we see a difference in the Time of the Timestamp but dates are matching. This could be difference in the Timezones on Celonis and on the client's system.

  • July 14, 2022
  • 2 replies
  • 10 views

Forum|alt.badge.img+14

Is it possible to change the timezone setting on Celonis or should it be done at a transformation level?

2 replies

Hi @Sridhar Turaga,

I usually do it in transformations like this:

 

UPDATE "ACTIVITIES"

SET "EVENTTIME" = TIMESTAMPADD(HOUR, 5, ("EVENTTIME"))


  • Level 8
  • July 17, 2022

This could be due to the sorting. Read this article: https://docs.celonis.com/en/activity-table-sorting.html

 

Otherwise follow the suggestion above, to add to the timestamp. Be also aware about what information you upload, and if you need to take winter and summer time into account.

 

Hope this helps.