-
Notifications
You must be signed in to change notification settings - Fork 58
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
Time zone is neglected when formatting #23
Comments
Thanks for the report! This is actually not implemented yet, due to JS having very limited timezone support. I think I have a solution though. |
OK, I see. I got this to work for converting from JS Date to textual representation in local time:
And the other way around:
|
I have just run into this issue and tried to solve it by cljc reader conditionals:
Unfortunately it stops to work on the clojurescript side when compiled in advanced mode (in dev and simple works fine). |
Supplying a time zone to a formatter makes no difference when formatting:
Same thing when parsing.
The text was updated successfully, but these errors were encountered: