You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micronaut Data persists Date as LocalDate - 10 days when persisting preGregorian values.
Steps To Reproduce
Run DateConversionTest
2 tests fail because Date and LocalDate epoch difference is handled differently before the Julian to Gregorian Calendar switch on 15 October 1582
Expected Behavior
LocalDate to Date conversion preserves value
Actual Behaviour
Micronaut Data persists Date as LocalDate - 10 days when persisting preGregorian values.
Steps To Reproduce
Run DateConversionTest
2 tests fail because Date and LocalDate epoch difference is handled differently before the Julian to Gregorian Calendar switch on 15 October 1582
Environment Information
No response
Example Application
https://github.com/erkieh/micronaut-date-conversion
Version
4.7.2
The text was updated successfully, but these errors were encountered: