Merge in Pull Request #81 for D-Programming-Language / phobos.

Conflicts:
	changelog.dd
This commit is contained in:
jmdavis 2011-06-08 08:46:52 -07:00
commit b51ca2725d
2 changed files with 3 additions and 2 deletions

View file

@ -28359,7 +28359,7 @@ private:
static immutable LocalTime _localTime;
static this()
shared static this()
{
tzset();
@ -28483,7 +28483,7 @@ private:
static immutable UTC _utc;
static this()
shared static this()
{
_utc = new immutable(UTC)();
}