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}