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

Ticket #1186 (closed defect: fixed)

Opened 2 months ago

Last modified 4 weeks ago

tango.text.convert.TimeStamp does not parse times coreectly

Reported by: Madrok Assigned to: kris
Priority: major Milestone: 0.99.8
Component: Core Functionality Version: 0.99.6 Jeff
Keywords: timestamp convert date time Cc:

Description

Any time that is 00:00:00 will not parse correctly. The problem starts at line 405, where the return value of parseInt is checked against 0, instead of the number of bytes consumed from the buffer. This is actually on the svn trunk, not release

Change History

07/26/08 12:58:16 changed by sean

  • owner changed from sean to kris.

08/03/08 13:31:03 changed by kris

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

(In [3837]) fixes #1186 :: tango.text.convert.TimeStamp? does not parse times coreectly

Thanks to Madrok