mirror of
https://github.com/djhackersdev/minime.git
synced 2026-07-04 17:20:49 -05:00
Always use JST time zone
ID Zero gets very confused during maintenance otherwise.
This commit is contained in:
parent
9408af88e1
commit
e47922b5a0
|
|
@ -86,10 +86,7 @@ app.post("/sys/servlet/PowerOn", function(req, resp) {
|
|||
region_name3: "Z",
|
||||
country: "JPN",
|
||||
allnet_id: "456",
|
||||
|
||||
// Always UTC to simplify the segatools fake time system
|
||||
// (which is used to skip the hardcoded 2AM - 7AM warn/unplayable period)
|
||||
client_timezone: "+0000",
|
||||
client_timezone: "+0900",
|
||||
|
||||
utc_time: isoStr,
|
||||
setting: "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user