From 20841b30f9122c696d737552095acda8e0ae3d55 Mon Sep 17 00:00:00 2001 From: Jack Wu Date: Sun, 21 Jan 2024 16:10:34 +0800 Subject: [PATCH] Update index.html Enforce timezone and detail time. --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f8865c5..ba69d7e 100644 --- a/index.html +++ b/index.html @@ -175,7 +175,7 @@

Bonus Tool: .ics file Generator


Hosting on GitHub Pages , content delivered by Cloudflare and jsDelivr. -

Project by UICHCC, Open Source at GitHub; Current Version: v1.5

+

Project by UICHCC, Open Source at GitHub; Current Version: v1.6

@@ -214,6 +214,9 @@

Bonus Tool: .ics file Generator

return; } + startDate = startDate + " 08:00:00 CST" + endDate = endDate + " 23:00:00 CST" + // enforce timezone function getAllDate(weekday, startD, endD){ var start = new Date(startD);