From 5f8574c4e5f3f453f96286b46c66f1c80238404b Mon Sep 17 00:00:00 2001
From: Pinapelz Regular Daily Maintenance
- Every day from 5:00 AM to 7:00 AM (JST)
-
- In your local time:{" "}
- {(() => {
- const jst5am = new Date();
- jst5am.setUTCHours(20, 0, 0, 0); // 5AM JST is 8PM UTC the day before
- const jst7am = new Date();
- jst7am.setUTCHours(22, 0, 0, 0); // 7AM JST is 10PM UTC the day before
- const options: Intl.DateTimeFormatOptions = {
- hour: "2-digit",
- minute: "2-digit",
- hour12: true,
- };
- return `${jst5am.toLocaleTimeString([], options)} to ${jst7am.toLocaleTimeString([], options)}`;
- })()}
-
- e-amusement website, at-home Konasute games offline, Japan + Asia
- cabinets offline. USA cabinets exempt
- Monthly Extended Maintenance
- Every Third Tuesday from 2:00 AM to 7:00 AM (JST)
-
- In your local time:{" "}
- {(() => {
- const jst2am = new Date();
- jst2am.setUTCHours(17, 0, 0, 0);
- const jst7am = new Date();
- jst7am.setUTCHours(22, 0, 0, 0);
- const options: Intl.DateTimeFormatOptions = {
- hour: "2-digit",
- minute: "2-digit",
- hour12: true,
- };
- return `${jst2am.toLocaleTimeString([], options)} to ${jst7am.toLocaleTimeString([], options)}`;
- })()}
-
- ALL Cabinets + e-amusement services offline. This is moved 1 day
- earlier if that day is a Japanese Holiday.
- Regular Daily Maintenance
- Every day from 6:00 AM to 8:00 AM (JST)
-
- In your local time:{" "}
- {(() => {
- const jst5am = new Date();
- jst5am.setUTCHours(21, 0, 0, 0); // 6AM JST is 9PM UTC the day before
- const jst7am = new Date();
- jst7am.setUTCHours(23, 0, 0, 0); // 8AM JST is 11PM UTC the day before
- const options: Intl.DateTimeFormatOptions = {
- hour: "2-digit",
- minute: "2-digit",
- hour12: true,
- };
- return `${jst5am.toLocaleTimeString([], options)} to ${jst7am.toLocaleTimeString([], options)}`;
- })()}
-
- IC Cards are not accepted 15 minutes prior to start of maintenance
- e-amusement Maintenance Information
- NESiCA Maintenance Information
-
- If your region is not shown, you are likely on a private network -
+