aboutsummaryrefslogtreecommitdiffstats
path: root/util/draft
diff options
context:
space:
mode:
authornikkon <nikkon@yandex-team.ru>2022-02-10 16:50:55 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:55 +0300
commit36794b6add2511fbbb24bf6cf74144f1188cb9d8 (patch)
tree7e9c6a3a11dc550eab1df219ad2f2a158a087670 /util/draft
parentde3b858ab298fa807404fb6eda460cd4f7cbc5dd (diff)
downloadydb-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.cpp2
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: