mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 17:11:26 +03:00
Merge in Pull Request #81 for D-Programming-Language / phobos.
Conflicts: changelog.dd
This commit is contained in:
commit
b51ca2725d
2 changed files with 3 additions and 2 deletions
|
@ -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)();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue