Help: convert UTC time to system time #1209
Unanswered
ashithrahul
asked this question in
Q&A
Replies: 1 comment
-
https://moment.github.io/luxon/#/zones?id=system-zone-by-default You just want DateTime.fromISO(time, { zone: "UTC" }).toLocal() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am migrating the moment lib to luxon2.3 but am facing one issue with UTC time
I have a time expected to be in UTC and am trying to convert to my local time
am not able to do the same in luxon.
can anyone point to me the correct section from the documentation?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions