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?
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?
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.