Bug 15085 – std.datetime unittest fail due to missing TZname

Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86_64
OS
Windows
Creation time
2015-09-18T15:39:00Z
Last change time
2015-10-04T18:21:02Z
Assigned to
issues.dlang
Creator
r.sagitario

Comments

Comment #0 by r.sagitario — 2015-09-18T15:39:33Z
The phobos unittests suddenly fail on Windows (8.1) with core.exception.AssertError@std\datetime.d(26918): TZName which is missing: Eastern Standard Time (Mexico) I guess there has been some update from Microsoft that changed the timezone data base, probably https://support.microsoft.com/en-us/kb/3049874
Comment #1 by github-bugzilla — 2015-09-21T14:27:42Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/e3a239e79a7d0283210ad004260111c480d0fe8d Fix for issue# 15085: Microsoft changed their timezone names again. https://github.com/D-Programming-Language/phobos/commit/c5c6400f1b8375a1db696827a9b5933478150795 Merge pull request #3667 from jmdavis/issue15085 Fix for issue# 15085: Microsoft changed their timezone names again.
Comment #2 by github-bugzilla — 2015-10-04T18:21:02Z