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
commit74f244adb5fa85ca0f82ad35f22cfc6218aedcb6 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/draft
parent36794b6add2511fbbb24bf6cf74144f1188cb9d8 (diff)
downloadydb-74f244adb5fa85ca0f82ad35f22cfc6218aedcb6.tar.gz
Restoring authorship annotation for <nikkon@yandex-team.ru>. Commit 2 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 415a4b481e..5cbe7d8847 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: