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}