1

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?

MeBigFatGuy
  • 28,272
  • 7
  • 61
  • 66
Brian Harris
  • 2,735
  • 3
  • 22
  • 34

2 Answers2

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