Page 1 of 1

Time Zone

Posted: Fri Jan 27, 2023 11:49 am
by rprism
How do i check the time zone, or what the software thinks is the current time?

It is telling me tournaments I am creating are expired...

Re: Time Zone

Posted: Fri Jan 27, 2023 1:39 pm
by Kent Briggs
The software uses the server's clock and time zone so set your tournament start time accordingly. Each player will see the start time adjusted automatically to their own local time zone.

Re: Time Zone

Posted: Wed Feb 08, 2023 8:21 pm
by richard015ar
Kent, is there an API endpoint that returns the app server's timezone?

Re: Time Zone

Posted: Wed Feb 08, 2023 8:27 pm
by richard015ar
I got it.
For the record, for other API users, you can get the local and UTC time through

Code: Select all

 SystemStats - LocalTime and UTCTime
.

Then, you can deduct the timezone from that.
See ya!