On 3/6/2012 12:05 PM, Martin Desruisseaux wrote:
Hello all
I noticed that the NetCDF library version 4.3 uses Joda time
internally for its handling of time. Just for information purpose, an
early draft of what may be the new time API in Java 8 is available there:
http://threeten.sourceforge.net/apidocs/
As far as I know, this API is actually a derivative of Joda time
library. I mention that only in case some peoples way want to take
this plan in consideration for the design of the NetCDF library.
Regards,
Martin
_______________________________________________
netcdf-java mailing list
netcdf-java@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit:
http://www.unidata.ucar.edu/mailing_lists/
Hi Martin:
Thanks for the info, I am tracking this. I deliberately wrapped the joda
library so we could switch to JSR 310 if desired without breaking anything.
Regards,
John