JakeWharton / ThreeTenABP

An adaptation of the JSR-310 backport for Android.
Apache License 2.0
3.55k stars 132 forks source link

Returns the Value to 1926 #137

Closed naufalprakoso closed 7 months ago

naufalprakoso commented 2 years ago

Hi, I have an issue with this library in my application. When using this library, sometimes it returns 1920-1926 years. Anyone familiar with this?

JakeWharton commented 2 years ago

Please provide a sample that reproduces the behavior of an executable test case. Otherwise it's impossible to know what's going wrong.

naufalprakoso commented 2 years ago

Currently, I'm using this method OffsetDateTime.now() and sometimes our user got 1920 years in their date time.

JakeWharton commented 2 years ago

Not sure. Sounds like maybe the time zone database isn't being loaded correctly.