diff options
author | nikkon <[email protected]> | 2022-02-10 16:50:55 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:55 +0300 |
commit | 74f244adb5fa85ca0f82ad35f22cfc6218aedcb6 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/draft/datetime.cpp | |
parent | 36794b6add2511fbbb24bf6cf74144f1188cb9d8 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/draft/datetime.cpp')
-rw-r--r-- | util/draft/datetime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/draft/datetime.cpp b/util/draft/datetime.cpp index 415a4b481e6..5cbe7d88477 100644 --- a/util/draft/datetime.cpp +++ b/util/draft/datetime.cpp @@ -45,7 +45,7 @@ namespace NDatetime { ::localtime_r(&t, &tt); #ifndef _win_ GMTOff = tt.tm_gmtoff; -#else +#else TIME_ZONE_INFORMATION tz; switch (GetTimeZoneInformation(&tz)) { case TIME_ZONE_ID_UNKNOWN: |