If the timezone is user-specific, that seemingly makes it pretty complicated to compare timestamps logged as a result of actions from different users in different time zones. Presumably the technique is to capture the user’s time zone offset along with the timestamp and then reference both in any comparisons. Have others found an elegant way to do that? Have others perhaps preferred to skip using the ChangeTimeStamp column type altogether and instead designed other means to capture timestamps that are then saved in a standardized time zone and, thus, available for reliable comparison?
AFAIK it uses your local time, based on the time and timezone set on the device your using. I’m in the UK and have a few Austrailian customers. When we are both on the App I see the local time in the spreadsheet.
That’s my understanding as well–for a scheduled automation. On the other hand, as Steve noted, an automation triggered by a data change indeed inherits the time zone of the triggering user’s device.