From 953ddd82e48dd206cef5ac94456549aed13b3ad5 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 17 Nov 2023 23:25:29 +0100 Subject: Updated 30 files and deleted 2976 files (automated) --- pages/schedules.inc | 60 +++++++++++++++++------------------------------------ 1 file changed, 19 insertions(+), 41 deletions(-) (limited to 'pages/schedules.inc') diff --git a/pages/schedules.inc b/pages/schedules.inc index 03277cc..dde2981 100644 --- a/pages/schedules.inc +++ b/pages/schedules.inc @@ -33,18 +33,7 @@ global $use2023UI;

Schedules

-

World clock

-
-
-
- Meadowsys
-

--:--

-
- - -
-

@@ -69,6 +58,13 @@ global $use2023UI;

--:--

+ +
+
+ Moonwind System
+

--:--

+
+
@@ -87,31 +83,31 @@ global $use2023UI; } function updateTime() { - let time0 = (new Intl.DateTimeFormat('en-US', { - timeZone: 'America/Los_Angeles', + let time1 = (new Intl.DateTimeFormat('en-US', { + timeZone: 'Europe/Paris', hour: 'numeric', minute: '2-digit', - hour12: true + hour12: false })).format(new Date()); - document.getElementById("live-time-other2").innerText = time0; - document.getElementById("live-time-other2-outer").style.backgroundPositionY = getDayPercentage(time0) + "%"; + document.getElementById("live-time-raindrops").innerText = time1; + document.getElementById("live-time-raindrops-outer").style.backgroundPositionY = getDayPercentage(time1) + "%"; - let time1 = (new Intl.DateTimeFormat('en-US', { - timeZone: 'Europe/Paris', + let time4 = (new Intl.DateTimeFormat('en-US', { + timeZone: 'Europe/Kyiv', hour: 'numeric', minute: '2-digit', - hour12: true + hour12: false })).format(new Date()); - document.getElementById("live-time-raindrops").innerText = time1; - document.getElementById("live-time-raindrops-outer").style.backgroundPositionY = getDayPercentage(time1) + "%"; + document.getElementById("live-time-moonwind").innerText = time4; + document.getElementById("live-time-moonwind-outer").style.backgroundPositionY = getDayPercentage(time4) + "%"; let time2 = (new Intl.DateTimeFormat('en-US', { timeZone: 'Europe/London', hour: 'numeric', minute: '2-digit', - hour12: true + hour12: false })).format(new Date()); document.getElementById("live-time-cloudburst").innerText = time2; @@ -121,24 +117,11 @@ global $use2023UI; timeZone: 'America/Chicago', hour: 'numeric', minute: '2-digit', - hour12: true + hour12: false })).format(new Date()); document.getElementById("live-time-other").innerText = time3; document.getElementById("live-time-other-outer").style.backgroundPositionY = getDayPercentage(time3) + "%"; - - document.getElementById("live-time-other1").innerText = (new Intl.DateTimeFormat('en-US', { - timeZone: 'America/Anchorage', - hour: 'numeric', - minute: '2-digit', - hour12: true - })).format(new Date()); - document.getElementById("live-time-other2").innerText = (new Intl.DateTimeFormat('en-US', { - timeZone: 'America/Vancouver', - hour: 'numeric', - minute: '2-digit', - hour12: true - })).format(new Date()); } updateTime(); @@ -148,9 +131,4 @@ global $use2023UI; }, 10000); -
"; - require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/fragments/evening.inc"; -} ?> - -- cgit