From 7f1104673d7356485fc8937f05813103faca7b76 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 4 Jan 2025 22:26:22 +0100 Subject: [PATCH] ui fix --- 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 435a82ac..720122cb 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", - daySuffix: "2-digit", + timeZone: "America/New_York", }, )} {:else} @@ -477,7 +477,7 @@ month: "short", day: "numeric", year: "numeric", - daySuffix: "2-digit", + timeZone: "America/New_York", })} {/if}