diff options
author | nikkon <nikkon@yandex-team.ru> | 2022-02-10 16:50:55 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:55 +0300 |
commit | 36794b6add2511fbbb24bf6cf74144f1188cb9d8 (patch) | |
tree | 7e9c6a3a11dc550eab1df219ad2f2a158a087670 /util/draft | |
parent | de3b858ab298fa807404fb6eda460cd4f7cbc5dd (diff) | |
download | ydb-36794b6add2511fbbb24bf6cf74144f1188cb9d8.tar.gz |
Restoring authorship annotation for <nikkon@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/draft')
-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 5cbe7d8847..415a4b481e 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: |