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
Joda time can be replaced with standard Java libraries.
Joda time also seems to have some issues with some dates like in this snippet
ISODateTimeFormat.dateTimeParser().parseDateTime("1916-05-01")
The text was updated successfully, but these errors were encountered:
fix #138 removed joda time from cube module
917b1fb
see also #15 phase out joda time
Sorry, something went wrong.
138 remove jodatime from cube module (#140)
1c5a5cd
* fix #138 removed joda time from cube module * fix #139 use sorted maps in ConversionProfile
natan-cox-cognizone
Successfully merging a pull request may close this issue.
Joda time can be replaced with standard Java libraries.
Joda time also seems to have some issues with some dates like in this snippet
ISODateTimeFormat.dateTimeParser().parseDateTime("1916-05-01")
The text was updated successfully, but these errors were encountered: