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

Ticket #562 (closed defect: fixed)

Opened 17 years ago

Last modified 17 years ago

TimeStamp.iso8601

Reported by: ShadowIce Assigned to: kris
Priority: major Milestone: 1.0
Component: Tango Version: 0.99 RC3 Xammy
Keywords: Cc:

Description

As far as I know the input for iso8601 must be "YYYY-MM-DD hh:mm:ss,ms" and nothing else (so it's not really iso8601, but just one of its many ways). Problem is that iso8601 wants a number for the miliseconds that is greater then 0, exactly 0 is not allowed and not having anything after the seconds isn't working either.

Change History

08/05/07 20:01:53 changed by kris

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

ms parsing is fixed. Thanks!

As you suggest, we should need to make it parse other formats also. Are you up for that? :)