-
-
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
Strict parsing support with UTC plugin #1027
Comments
That would be a great upgrade. We use only utc() version so this would simplify our codebase. |
Seems UTC plugin supports strict parsing already, all we have to do is to update the docs and the ts type file. |
I'm working on this on #1443 , Let me know if something else is needed. |
🎉 This issue has been resolved in version 1.10.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This issue seems to be back in 1.10.7 |
Hi,
Looking at the
dayjs
function signature and at the String + Format documentation there is a strict parsing mode using a 3rd (or 4th when using locale) boolean flag:Looking at the corresponding UTC plugin, it doesn't seem to have such option available:
Did I miss something obvious in the documentation?
If not, is it something that's worth be supported in the future?
Thanks!
The text was updated successfully, but these errors were encountered: