TimeZone

Hello
I searched in the documentation but the information is shallow, function TimeZone.Current.Abbreviation returns server or client timezone?

in a web app returns the server time zone

Is there a way to get the client’s time zone?

I think you can get it with some javascript but I did not have to use it so I don’t know.

maybe
https://forum.xojo.com/6316-clienttime-based-on-client-s-computer-or-just-their-time-zone/0
or
https://forum.xojo.com/51006-get-the-local-time-from-a-web-app/0

WebSession.ClientTime

Then check the GMTOffset of that date object