On 10 July 2013 17:11, Charles Oliver Nutter <head...@headius.com> wrote:
> On Wed, Jul 10, 2013 at 11:48 AM, Stephen Colebourne
> <scolebou...@joda.org> wrote:
>> Simpler that that I think. All time-zone data jars contain a file
>> named joda-time-tzdata or some such. Then use Java to enumerate all
>> resources matching that resource name. Whichever resource has the
>> highest version number is the one to load. (where the version number
>> is the content of joda-time-tzdata.)
>
> Well, that's simple enough. Pick a name, I'll prototype and implement
> it in joda-timezones, and if it looks good we can move to the next
> step.

I think the resource should be "org.joda.time.tz.tzdb-version.txt"
It would contain the version, such as "2013c".
That would link to

> Perhaps someone could spin up a repo in JodaOrg where I can start
> pushing this stuff?

You should be able to fork JodaOrg/joda-time on GitHub to your own
namespace and work there. That works because you'll need to edit
joda-time itself to do the resource file searching.

If you need a separate repo to fork from for the time zone db file
publishing, I can sort that.

thanks for the help
Stephen

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Joda-interest mailing list
Joda-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to