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
When tapping date objects portal displays the date incorrectly. Here are some examples:
#inst "0001" ;; => #inst "0001-01-01T00:00:00.000-00:00" (tap> #inst "0001") ;; [portal displays]: #inst "0000-12-30T00:00:00.000Z" #inst "1000" ;; => #inst "1000-01-01T00:00:00.000-00:00" (tap> #inst "1000") ;; [portal displays]: #inst "1000-01-06T00:00:00.000Z"
The text was updated successfully, but these errors were encountered:
That's actually a known (but not documented) difference between Clojure and Clojurescript date interpretation. clojure/clojurescript-site#367
Sorry, something went wrong.
af37b6f
I think for now I'll add this to the Portal documentation as a limitation.
No branches or pull requests
When tapping date objects portal displays the date incorrectly. Here are some examples:
The text was updated successfully, but these errors were encountered: