mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-20 09:24:21 -05:00
Always use JST time zone
ID Zero gets very confused during maintenance otherwise.
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user