[Issue 2917] std.date fails for all years before 1970

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2917 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.029 |D2 --

[Issue 2917] std.date fails for all years before 1970

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2917 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2917] std.date fails for all years before 1970

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2917 downs default_357-l...@yahoo.de changed: What|Removed |Added CC|

[Issue 2917] std.date fails for all years before 1970

2010-01-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2917 --- Comment #4 from Glenn Haecker ghaec...@idworld.net 2010-01-25 02:59:44 PST --- Created an attachment (id=555) patch for std.date.d v.2.039 fixes issues with negative time values -- Configure issuemail:

[Issue 2917] std.date fails for all years before 1970

2010-01-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2917 --- Comment #5 from Glenn Haecker ghaec...@idworld.net 2010-01-25 03:12:00 PST --- Created an attachment (id=556) date_assert.d contains assertions for date.d v2.039 patch date_assert.d contains test cases, both to demonstrate what's wrong

[Issue 2917] std.date fails for all years before 1970

2009-05-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2917 --- Comment #2 from Glenn Haecker ghaec...@idworld.net 2009-05-14 16:20:06 PDT --- Created an attachment (id=366) -- (http://d.puremagic.com/issues/attachment.cgi?id=366) patch for std.date.d v. 2.030 fixes issues with negative time values

[Issue 2917] std.date fails for all years before 1970

2009-05-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2917 --- Comment #3 from Glenn Haecker ghaec...@idworld.net 2009-05-14 17:06:15 PDT --- This bit of code shows the bug. There are larger effects as well. --- string[] testdt = [ 1969-12-31

[Issue 2917] std.date fails for all years before 1970

2009-05-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2917 --- Comment #1 from ghaec...@idworld.net 2009-05-04 05:39 --- Created an attachment (id=348) -- (http://d.puremagic.com/issues/attachment.cgi?id=348action=view) patch for std.date.d v. 2.029 fixes issues with negative time values