I am using a form and its inputted all around the world by different users but the main issue is the time stamp feature. Everything is organized and sorted by the time stamp so I need to have the time stamp be in one time zone only. Is there anyway to do this?
Hi @appteam6
Would UTC work for you?
I need PST. Is that possible?
Maybe you could convert UTC to PST. I am not sure what would be best in this situation.
My suggestion: consider converting all local times to UTC when storing (using an action), then converting UTC to local time for display (using a virtual column). The USERTZOFFSET() function returns the number of minutes the userโs local time is offset from UTC (though I donโt know if it includes a sign).
When did USERTZOFFSET() come about?
Not sure. Maybe a couple of months ago?
Something like UTCNOW()-โ007:00:00โ
I referred to this thread in the following โTips & Tricksโ post:
User | Count |
---|---|
17 | |
14 | |
10 | |
7 | |
4 |