[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:27:31 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=973





------- Comment #1 from chrisp at inventivedingo.com  2007-02-16 22:27 -------
Oops - typo in my suggested fix, plus it would actually break northern
hemisphere usage. Here's a better one:

if ((td <= dt && dt <= ts) || (ts > td && (td <= dt || dt <= ts)))

I /think/ that's correct. Having trouble with all these 2-letter variable
names. *g*


-- 



More information about the Digitalmars-d-bugs mailing list