Hi there,
We have been using the as-of function in one of our projects (see here) and we were wondering how to do this for users in different time-zones.
Our initial approach is to set the server to UTC and then, based on user’s local date-time, calculate de t.
(as-of db t)
Is this approach correct?
Thanks in advance,
Asier