We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Getting issue with parse datetime created small unit test to show the issue
const ds = '2024-11-18T02:04:48.19'; expect(dayjs(ds).valueOf()).toEqual(new Date(ds).valueOf()); // error: Expected 1731913488019 to equal 1731913488190.
The text was updated successfully, but these errors were encountered:
PS it works if I parse '2024-11-18T02:04:48.19Z' (i.e. UTC), but fails if local time (w/o timezone)
Sorry, something went wrong.
Please assign me, I'm fixing.
Successfully merging a pull request may close this issue.
Getting issue with parse datetime
created small unit test to show the issue
The text was updated successfully, but these errors were encountered: