Time Zone

For discussion of the Poker Mavens server module and other administration topics
Post Reply
rprism
Posts: 21
Joined: Sat Jan 21, 2023 3:50 pm

Time Zone

Post 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...
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Time Zone

Post 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.
richard015ar
Posts: 88
Joined: Fri Apr 23, 2010 11:44 am

Re: Time Zone

Post by richard015ar »

Kent, is there an API endpoint that returns the app server's timezone?
richard015ar
Posts: 88
Joined: Fri Apr 23, 2010 11:44 am

Re: Time Zone

Post 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!
Post Reply