This repository was archived by the owner on Aug 22, 2025. It is now read-only.
How to use with unit tests #151
Unanswered
VIPlearner
asked this question in
Q&A
Replies: 1 comment
-
|
There is some discussion here: #14 Basically, you need a plain tzdb for use on the JVM which the regular artifact can provide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when trying to use with unit tests I get this error
No time-zone data files registered org.threeten.bp.zone.ZoneRulesException: No time-zone data files registered at app//org.threeten.bp.zone.ZoneRulesProvider.getProvider(ZoneRulesProvider.java:165) at app//org.threeten.bp.zone.ZoneRulesProvider.getRules(ZoneRulesProvider.java:122) at app//org.threeten.bp.ZoneRegion.ofId(ZoneRegion.java:143) at app//org.threeten.bp.ZoneId.of(ZoneId.java:358) at app//org.threeten.bp.ZoneId.of(ZoneId.java:286) at app//org.threeten.bp.ZoneId.systemDefault(ZoneId.java:245) at app//org.threeten.bp.Clock.systemDefaultZone(Clock.java:137) at app//org.threeten.bp.LocalDate.now(LocalDate.java:165)Beta Was this translation helpful? Give feedback.
All reactions