Bug 13313 – std.datetime fails unittests on Windows

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
Windows
Creation time
2014-08-17T20:28:00Z
Last change time
2014-09-01T22:06:29Z
Assigned to
nobody
Creator
bugzilla

Comments

Comment #0 by bugzilla — 2014-08-17T20:28:54Z
core.time.TimeException@std\datetime.d(29187): Could not find TZ Database name for: Line Islands Standard Time. Happens on both Win32 and Win64 on my Windows 7 box.
Comment #1 by issues.dlang — 2014-08-18T04:33:18Z
It probably has something to do with this windows update: http://support.microsoft.com/kb/2981580
Comment #2 by github-bugzilla — 2014-08-19T00:06:57Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/f10ed1a90e5802bc22fc48a9d30f86fbfe1ff2e4 Fix issue# 13313: Line Islands Standard Time was missing. It's included in this update http://support.microsoft.com/kb/2981580 but has yet to make it into http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/zone_tzid.html https://github.com/D-Programming-Language/phobos/commit/cc49050465822312f3ff3f069ce3a25c25c8f025 Merge pull request #2434 from jmdavis/13313 Issue# 13313: Add Line Islands Standard Time
Comment #3 by k.hara.pg — 2014-08-19T15:22:14Z
Comment #4 by k.hara.pg — 2014-08-20T01:19:04Z
(In reply to Kenji Hara from comment #3) > The issue is not yet fixed. > https://github.com/D-Programming-Language/phobos/pull/2438 The pull request was merged. https://github.com/D-Programming-Language/phobos/commit/da32e983b545f923f59110f955694eb080e580ef
Comment #5 by github-bugzilla — 2014-09-01T22:06:29Z
Commits pushed to 2.066 at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5ec7250c5dd955c84ef1bc264ea325de49d40781 Merge pull request #2434 from jmdavis/13313 Issue# 13313: Add Line Islands Standard Time https://github.com/D-Programming-Language/phobos/commit/99f1b9e6ac1ce09f2730dbdf25d7c690d4f24eeb Merge pull request #2438 from 9rnsr/fix_timezone fix up issue 13313 - Support database name to Windows timezone name conversion