[Issue 973] [std.date] DST (daylight savings time) not applied in southern hemisphere
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Feb 16 20:31:18 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=973
------- Comment #2 from chrisp at inventivedingo.com 2007-02-16 22:31 -------
(In reply to comment #1)
Doh. Had a comparison sign the wrong way around. Sorry about this! Third time
lucky?
if ((td <= dt && dt <= ts) || (ts < td && (dt <= ts || td <= dt)))
--
More information about the Digitalmars-d-bugs
mailing list