From e58b35025bd54f7ec97e3634c6a3769ed03f13e1 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 4 Jan 2025 22:46:54 +0100 Subject: [PATCH] bugfixing --- src/routes/stocks/[tickerID]/history/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/stocks/[tickerID]/history/+page.svelte b/src/routes/stocks/[tickerID]/history/+page.svelte index 720122cb..f3a45b52 100644 --- a/src/routes/stocks/[tickerID]/history/+page.svelte +++ b/src/routes/stocks/[tickerID]/history/+page.svelte @@ -469,7 +469,7 @@ month: "short", day: "numeric", year: "numeric", - timeZone: "America/New_York", + timeZone: "Europe/Berlin", }, )} {:else} @@ -477,7 +477,7 @@ month: "short", day: "numeric", year: "numeric", - timeZone: "America/New_York", + timeZone: "Europe/Berlin", })} {/if}