diff options
| author | boger <[email protected]> | 2022-02-10 16:52:00 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:00 +0300 |
| commit | 49cadfd7af3d975ff562bf5dadc1966135d03b43 (patch) | |
| tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/draft/date.cpp | |
| parent | 9e06c5b7f554780239af88ef82caeba9f5736906 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/draft/date.cpp')
| -rw-r--r-- | util/draft/date.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/draft/date.cpp b/util/draft/date.cpp index 9fa20e3763e..a290c460505 100644 --- a/util/draft/date.cpp +++ b/util/draft/date.cpp @@ -85,7 +85,7 @@ time_t TDate::GetStartUTC() const { TString TDate::ToStroka(const char* format) const { tm dateTm; localtime_r(&Timestamp, &dateTm); - return Strftime(format, &dateTm); + return Strftime(format, &dateTm); } unsigned TDate::GetWeekDay() const { |
