I've seen ResourceZoneRulesDataProvider which loads the TZ data via ClassLoader.getResource. But how can I instruct ThreeTen to load my own TZ data instead, say from a shared file system unrelated to my app's CLASSPATH?
Asked
Active
Viewed 92 times
2 Answers
1
Right now, ResourceZoneRulesDataProvider is hard coded in ZoneRulesGroup. This obviously won't be the final solution, but was a suitable design right now to keep things working. If you need to change this now, you'll need to edit the source of ZoneRulesGroup.

JodaStephen
- 60,927
- 15
- 95
- 117
0
If this is because of the recent licensing issue, then read: Time zone database rebooted

Rich
- 7,146
- 1
- 23
- 25
-
Thanks, but it's unrelated to that. – Brian Harris Oct 15 '11 at 12:14