[phobos] [D-Programming-Language/phobos] ac0407: std.datetime fixed so that it doesn't need the day...

noreply at github.com noreply at github.com
Sun Feb 20 02:05:28 PST 2011


Branch: refs/heads/master
Home:   https://github.com/D-Programming-Language/phobos

Commit: ac040713d33bdb959007248cd695a1554c574dd0
    https://github.com/D-Programming-Language/phobos/commit/ac040713d33bdb959007248cd695a1554c574dd0
Author: jmdavis <jmdavisProg at gmx.com>
Date:   2011-02-19 (Sat, 19 Feb 2011)

Changed paths:
  M std/datetime.d

Log Message:
-----------
std.datetime fixed so that it doesn't need the daylight variable on Posix.

It will still use daylight if it's there, but since FreeBSD doesn't have
it for some reason (in spite of the fact that the daylight variable is
part of Posix), we can't assume that it's there.

Also, now that tzname is in druntime, it has been removed from
std.datetime.

This should fix bug# 5616.


Commit: a536c893368084128cbbc37cd69babe7e30bbea1
    https://github.com/D-Programming-Language/phobos/commit/a536c893368084128cbbc37cd69babe7e30bbea1
Author: Brad Roberts <braddr at puremagic.com>
Date:   2011-02-19 (Sat, 19 Feb 2011)

Changed paths:
  M std/datetime.d

Log Message:
-----------
the UTC zone file isn't in the same place on freebsd as linux and osx.




More information about the phobos mailing list