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? 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
(coerce/to-date "2018-03-08T09:46:48+01:00") ;; => #inst "2018-03-08T08:46:48.000-00:00" ;; Yay! (coerce/to-date "2018-03-08T09:46:48.7833333+01:00") ;; => nil ;; Nai!
In this case, replacing coerce/to-date with js/Date. worked just fine
coerce/to-date
js/Date.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this case, replacing
coerce/to-date
withjs/Date.
worked just fineThe text was updated successfully, but these errors were encountered: