Without the ability to use [System]Client/System/CurrentDateTime tag, what is the most reliable way to get the current time for the user while respecting their time zone?
I would think getting the gateway's date time (server's time is set to UTC) and then adding their UTC offset would be the way to go, now I spent too much time thinking about it I am unsure. Any suggestions or hints to how you tackled this? Relying on the server's time settings also worries me somewhat.