update
dongho-repo/worldcup2026/pipeline/head This commit looks good

This commit is contained in:
Dongho Kim
2026-06-07 01:01:05 +02:00
parent 292e10ce9e
commit 19ab46cd18
+2 -1
View File
@@ -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);
}