From 19ab46cd183ed8e30b7ac777855533839ae431fd Mon Sep 17 00:00:00 2001 From: Dongho Kim Date: Sun, 7 Jun 2026 01:01:05 +0200 Subject: [PATCH] update --- src/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 934bdf8..45525be 100644 --- a/src/main.js +++ b/src/main.js @@ -66,7 +66,8 @@ function getUserLocalTime(match, venue) { day: 'numeric', hour: '2-digit', minute: '2-digit', - timeZoneName: 'short' + timeZoneName: 'short', + hour12: false }; return matchDateUTC.toLocaleString(undefined, options); }