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
LocalDateConverterFactory uses UTC on one side and local timezone on the other side.
The text was updated successfully, but these errors were encountered:
FIX for rico-projects#43
b3fe164
A pull request with fixes and additional converters: #44
Sorry, something went wrong.
Updated FIX for rico-projects#43
97f040a
Infos about JS time: https://www.w3schools.com/js/js_date_formats.asp
Maybe we should change our format to "yyyy-MM-dd'T'HH:mm:ss.SSSXXX" See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html We need to check what we need to do in JS to always get dates in this format. @giftkugel @madmas ???
No branches or pull requests
LocalDateConverterFactory uses UTC on one side and local timezone on the other side.
The text was updated successfully, but these errors were encountered: