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 | 36794b6add2511fbbb24bf6cf74144f1188cb9d8 (patch) | |
tree | 7e9c6a3a11dc550eab1df219ad2f2a158a087670 /util/draft/datetime.cpp | |
parent | de3b858ab298fa807404fb6eda460cd4f7cbc5dd (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 5cbe7d88477..415a4b481e6 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: |