Mike Craig <mks...@gmail.com> wrote on 05/15/2012 06:59:00 PM:
> Additionally, it needs to know about TZ. I can't find such a thing
> in joda-time, so I'm implementing my own. It looks like BasePartial
> is wrong because it throws out the TZ data. Any suggestions?
Joda doesn't use the same TZ data as the JDK. Instead, it's compiled
directly into the jar[0]. If you only use joda for time, then it doesn't
matter, and in fact, it's better because Oracle's tzdata.jar releases can
be several months behind the actual update so you can get the new update
more quickly, but it does require more work. If you need to work with an
existing codebase that uses Calendar and TimeZone, then you'll have to keep
both updated to the same version. If JSR-310 is incorporated into Java 8,
then it will use the same TZ data as the JDK.
Matthew McCawley
[0] http://joda-time.sourceforge.net/tz_update.html
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Joda-interest mailing list
Joda-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joda-interest