From f5bd3b6857b912c0cdefd6c3452092c95f4e2c02 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Wed, 30 Mar 2022 00:05:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Time.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Time.tsx b/components/Time.tsx index e272973..b4d4da5 100644 --- a/components/Time.tsx +++ b/components/Time.tsx @@ -14,7 +14,7 @@ const Timer = () => { return(
-

{date.toLocaleDateString('en-GB', { dateStyle: 'short' }) + ' • ' + date.toLocaleTimeString('en-GB', { timeStyle: 'medium', hour12: true}).toUpperCase()}

+

{date.toLocaleDateString('en-GB', { dateStyle: 'short' }) + ' • ' + date.toLocaleTimeString('en-GB', { timeStyle: 'medium', hour12: true, timeZone: 'Europe/Budapest'}).toUpperCase()}

) }