Two Different projects show two different times #1555
-
Hi, I have a peculiar problem. I am using Luxon with Sveltekit and with a Svelte-only project. When I run time
and set my browser timeZone to Alaska, in the SvelteKit project I get the time as "1:30" AM and in the Svelte project I get the time "12:30" AM. I am very confused as to why this is happening. Google says 12:30 is the accurate one. |
Beta Was this translation helpful? Give feedback.
Answered by
diesieben07
Dec 28, 2023
Replies: 1 comment 1 reply
-
Can you share the output of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TajShireen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you share the output of
DateTime.fromISO(date).resolvedLocaleOptions()
in both projects? Or, ideally, a way to reproduce this?