[Issue 5761] std.datetime: Date.this(int day) conversion fails for Dec 30 of leap years

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5761 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5761] std.datetime: Date.this(int day) conversion fails for Dec 30 of leap years

2011-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5761 --- Comment #2 from Vladimir 2011-03-24 13:19:59 PDT --- Thanks, the fix worked :) Feel free to close the issue when the fix is in. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 5761] std.datetime: Date.this(int day) conversion fails for Dec 30 of leap years

2011-03-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5761 --- Comment #1 from Jonathan M Davis 2011-03-23 23:32:08 PDT --- Now, _that_ was a nasty little math bug. Well, I now have a fix, and if you need it, the code can be gotten here: https://github.com/jmdavis/phobos/tree/datetime I'm revamping