Update time epoch to match reality better
This commit is contained in:
parent
ce449c8570
commit
07baa59f12
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ WEBSOCKET_CLIENT_URL = "https://www.howardabrams.com/ws"
|
|||
|
||||
TIME_ZONE = "PST8PDT"
|
||||
TIME_FACTOR = 1.0
|
||||
TIME_GAME_EPOCH = 1747529912
|
||||
TIME_GAME_EPOCH = 1747562312
|
||||
|
||||
# from datetime import datetime
|
||||
# from time import mktime
|
||||
|
|
|
|||
Loading…
Reference in a new issue