-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MomentJS UTC(true) Equivalent in DayJS #1078
Labels
Comments
We do support And |
iamkun
added a commit
that referenced
this issue
Sep 26, 2020
Added #1080, and docs updated accordingly. https://day.js.org/docs/en/manipulate/utc |
Awesome! Thanks so much. Cant wait for this to be merged. |
🎉 This issue has been resolved in version 1.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are currently in the process of migrating our legacy momentJS code over to dayJS and so far it is going well. However, we are running into issues finding the equivalent function for utc(true) from MomentJS.
Docs: https://momentjs.com/docs/#/manipulating/utc/
Per the Moment Docs:
Passing true will change the time zone without changing the current time.
For Reference This is the Failing Test:
In DayJS is there an equivalent function or how we can accomplish the same goal?
The text was updated successfully, but these errors were encountered: