Thread overview
[Issue 13313] std.datetime fails unittests on Windows
Aug 18, 2014
Jonathan M Davis
Aug 19, 2014
Kenji Hara
Aug 20, 2014
Kenji Hara
August 18, 2014
https://issues.dlang.org/show_bug.cgi?id=13313

Jonathan M Davis <jmdavisProg@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg@gmx.com

--- Comment #1 from Jonathan M Davis <jmdavisProg@gmx.com> ---
It probably has something to do with this windows update: http://support.microsoft.com/kb/2981580

--
August 19, 2014
https://issues.dlang.org/show_bug.cgi?id=13313

--- Comment #2 from github-bugzilla@puremagic.com ---
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

--
August 19, 2014
https://issues.dlang.org/show_bug.cgi?id=13313

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
The issue is not yet fixed. https://github.com/D-Programming-Language/phobos/pull/2438

--
August 20, 2014
https://issues.dlang.org/show_bug.cgi?id=13313

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Kenji Hara <k.hara.pg@gmail.com> ---
(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

--
September 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13313

--- Comment #5 from github-bugzilla@puremagic.com ---
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

--