Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Moved a Windows struct declaration from std.datetime to druntime.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdavis committed Sep 10, 2011
1 parent d412c67 commit ea08cd4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/core/sys/windows/windows.d
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,15 @@ struct TIME_ZONE_INFORMATION {
LONG DaylightBias;
}

struct REG_TZI_FORMAT
{
LONG Bias;
LONG StandardBias;
LONG DaylightBias;
SYSTEMTIME StandardDate;
SYSTEMTIME DaylightDate;
}

enum
{
TIME_ZONE_ID_UNKNOWN = 0,
Expand Down

0 comments on commit ea08cd4

Please sign in to comment.