ThreeTen / threetenbp

Backport of functionality based on JSR-310 to Java SE 6 and 7. This is NOT an implementation of JSR-310.
http://www.threeten.org/threetenbp/
BSD 3-Clause "New" or "Revised" License
552 stars 139 forks source link

Caused by: org.threeten.bp.zone.ZoneRulesException: Unknown time-zone ID: America/Ciudad_Juarez #178

Closed nehalsep7 closed 6 months ago

nehalsep7 commented 1 year ago

Caused by: org.threeten.bp.zone.ZoneRulesException: Unknown time-zone ID: America/Ciudad_Juarez

sschaap commented 1 year ago

I'm guessing you're on Android? See my comment in #175 . The America/Ciudad_Juarez timezone was introduced in tzdb 2022g.

TL;DR Update your TTBP version to 1.6.5 or use the native java.time.* APIs instead (API 26+).