Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #56 (closed enhancement: fixed)

Opened 18 years ago

Last modified 17 years ago

Tango need a good Date package to handle time arithmetics

Reported by: larsivi Assigned to: kris
Priority: major Milestone: 0.96 Beta 2
Component: Tango Version:
Keywords: Cc:

Description

One comprehensive lib to glean at, is http://joda-time.sf.net

It is Apache licensed, so I'm not sure that we can convert the code wholesale, but if we decide to rewrite the API ourselves, that is not a problem.

Someone more knowledgable might know if Apache is convertible to BSD, might also send a mail to the joda-time mantainer.

Change History

06/28/06 17:11:44 changed by kris

  • milestone changed from 1.0 to 2.0.

Do we really need this for 1.0 ?

08/14/06 19:41:55 changed by larsivi

  • owner changed from kris to larsivi.

02/11/07 14:30:46 changed by larsivi

  • milestone changed from 2.0 to 0.96 Beta 2.

Seems like the date stuff in locale is pretty close to the base we would like, hope to get this done by next release.

02/26/07 13:16:35 changed by larsivi

  • owner changed from larsivi to kris.

Kris is currently looking at this - are you able to update the info here somewhat? I guess the work done now is actually more formatter related, but it may bring some light to the datetime situation.

In other news, there is now a package tango.util.time.

03/02/07 07:13:12 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.

moved the Calendar, TimeSpan?, DateTime? and TimeZone? modules from the Locale package; and decoupled them from all the locale data.

You can't call DateTime?.toUtf8() or DateTime?.parse() anymore, due to the decoupling. We'll have to think of some way around this