[Issue 13592] std.datetime fails its unittests on Windows 7 - no Belarus Standard Time?
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Oct 8 19:46:16 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13592
Jonathan M Davis <jmdavisProg at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jmdavisProg at gmx.com
--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> ---
*sigh* It's too bad that Microsoft won't just use the same timezone information
as everyone else. But since they don't, this same problem will pop up every
time that Microsoft does a timezone update that adds a timezone or changes the
name of one. It could be avoided by getting rid of the tests that fail because
of it, but then we wouldn't catch the problem and fix it. So, it sucks, but as
long as MS insists on doing it's own thing, we're pretty much stuck. bleh.
Oh well. Such is life. I'll have a pull request up with a fix for this shortly.
--
More information about the Digitalmars-d-bugs
mailing list