August 18, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 3a5a11038d83a16b7294cc1db4444a7e34c4a0df
      https://github.com/D-Programming-Language/phobos/commit/3a5a11038d83a16b7294cc1db4444a7e34c4a0df
  Author: jmdavis <jmdavisProg@gmx.com>
  Date:   2014-08-18 (Mon, 18 Aug 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Issue# 13319. Make tzDatabaseNameToWindowsTZName return null on failure.


  Commit: 503699a781daaa57226ba7c8aea9763f025a1a21
      https://github.com/D-Programming-Language/phobos/commit/503699a781daaa57226ba7c8aea9763f025a1a21
  Author: jmdavis <jmdavisProg@gmx.com>
  Date:   2014-08-18 (Mon, 18 Aug 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Update the Windows TZ name conversions.

I also added a script at the bottom of std.datetime which can be used to regenerate the conversions from the latest conversion file at unicode.org so that it will be much easier to make such updates in the future.


  Commit: f10ed1a90e5802bc22fc48a9d30f86fbfe1ff2e4
      https://github.com/D-Programming-Language/phobos/commit/f10ed1a90e5802bc22fc48a9d30f86fbfe1ff2e4
  Author: jmdavis <jmdavisProg@gmx.com>
  Date:   2014-08-18 (Mon, 18 Aug 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  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


  Commit: 56f986a8d447a5736bf63e4c50b36ecc2e1148bf
      https://github.com/D-Programming-Language/phobos/commit/56f986a8d447a5736bf63e4c50b36ecc2e1148bf
  Author: jmdavis <jmdavisProg@gmx.com>
  Date:   2014-08-18 (Mon, 18 Aug 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Fix compilation errors on Windows.


  Commit: cc49050465822312f3ff3f069ce3a25c25c8f025
      https://github.com/D-Programming-Language/phobos/commit/cc49050465822312f3ff3f069ce3a25c25c8f025
  Author: H. S. Teoh <hsteoh@quickfur.ath.cx>
  Date:   2014-08-18 (Mon, 18 Aug 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Merge pull request #2434 from jmdavis/13313

Issue# 13313: Add Line Islands Standard Time


Compare: https://github.com/D-Programming-Language/phobos/compare/fd69329bd599...cc4905046582