From 00572f011866cfdf7bb62e8ad0065d621b8d3f0b Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 18 Jun 2023 10:21:43 +0200 Subject: Updated pages/schedules.inc (automated) --- pages/schedules.inc | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'pages') diff --git a/pages/schedules.inc b/pages/schedules.inc index 9b1c5eb..04081fe 100644 --- a/pages/schedules.inc +++ b/pages/schedules.inc @@ -33,7 +33,16 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/composer/ical/ical.php";

Schedules

-
+
+
+
+ Meadowsys
+

--:--

+
+ + +
+

@@ -63,11 +72,6 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/composer/ical/ical.php"; ?>--> -
    -
  • Anchorage: --:--
  • -
  • Vancouver: --:--
  • -
-
@@ -157,6 +161,16 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/composer/ical/ical.php"; } function updateTime() { + let time0 = (new Intl.DateTimeFormat('en-US', { + timeZone: 'America/Los_Angeles', + hour: 'numeric', + minute: '2-digit', + hour12: true + })).format(new Date()); + + document.getElementById("live-time-other2").innerText = time0; + document.getElementById("live-time-other2-outer").style.backgroundPositionY = getDayPercentage(time0) + "%"; + let time1 = (new Intl.DateTimeFormat('en-US', { timeZone: 'Europe/Paris', hour: 'numeric', -- cgit