Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] joda time

+1  Joda time is the defacto standard for time in Java so I have no problems with that. 

Jesse

On Tue, Aug 11, 2009 at 10:38 AM, andrea antonello <andrea.antonello@xxxxxxxxx> wrote:
Hi developers,
I have a request for adding a library ti the libs.

It is the joda time library
(http://mvnrepository.com/artifact/joda-time/joda-time).

With the addition of temporal support to udig it isn't possible to
work without the crappy date handling of the java sdk any longer.
I waited until now, since I thought it would find its way into java 7.
But since that one was then dropped, we need to add it to teh udig
libs, else we will end up with horrible timezone and daylight saving
problems.

If someone tells me the small secret around the maven part to add, I
will even do it on my own :)
<dependency>
   <groupId>joda-time</groupId>
   <artifactId>joda-time</artifactId>
   <version>1.6</version>
</dependency>


Please give me some feedback on that,
Andrea
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top