aboutsummaryrefslogtreecommitdiffstats
path: root/util/draft/date.h
diff options
context:
space:
mode:
authorgimych <gimych@yandex-team.ru>2022-02-10 16:51:59 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:59 +0300
commitd38a76c277aac50b05eadee93aec4a6effb12e91 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/draft/date.h
parent9d2d0f8e0177a060b2a2142528c3eb94769c4893 (diff)
downloadydb-d38a76c277aac50b05eadee93aec4a6effb12e91.tar.gz
Restoring authorship annotation for <gimych@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/draft/date.h')
-rw-r--r--util/draft/date.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/draft/date.h b/util/draft/date.h
index df0c5e8a4f..e3eb616fe5 100644
--- a/util/draft/date.h
+++ b/util/draft/date.h
@@ -9,8 +9,8 @@
// XXX: uses system calls for trivial things. may be very slow therefore.
-time_t GetDateStart(time_t ts);
-
+time_t GetDateStart(time_t ts);
+
// Local date (without time zone)
class TDate {
// XXX: wrong: must store number of days since epoch