Closed (fixed)
Project:
Duration
Version:
6.x-0.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2008 at 20:23 UTC
Updated:
4 Jun 2008 at 08:01 UTC
There's an ISO 8601 format not only for dates, but also for durations without date, and it's surprisingly close to what this module uses for internal representations of duration data. Also see the Wikipedia entry for a little introduction (which might even suffice for implementing this stuff).
We want conversion of duration arrays (...in fact, having a duration object would be even nicer) to duration strings as defined in the standard, and back. Also, we want to have "weeks" as a possible metric (mutually exclusive with "months"), which is a bit dangerous because it introduces ambiguousness in the data representation, but that will still be worth the effort.
Comments
Comment #1
jpetso commentedFixed in 6.x-0.9.
Comment #2
jpetso commentedArgh! updating the status, too.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.