diff options
| author | vskipin <[email protected]> | 2022-02-10 16:46:00 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:00 +0300 |
| commit | 4d8b546b89b5afc08cf3667e176271c7ba935f33 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/datetime | |
| parent | 4e4b78bd7b67e2533da4dbb9696374a6d6068e32 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/datetime')
| -rw-r--r-- | util/datetime/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/datetime/base.h b/util/datetime/base.h index a08766a46d5..5e902b8f633 100644 --- a/util/datetime/base.h +++ b/util/datetime/base.h @@ -307,7 +307,7 @@ public: return Hours(d * 24); } - /// parses strings like 10s, 15ms, 15.05s, 20us, or just 25 (s). See parser_ut.cpp for details + /// parses strings like 10s, 15ms, 15.05s, 20us, or just 25 (s). See parser_ut.cpp for details static TDuration Parse(const TStringBuf input); static bool TryParse(const TStringBuf input, TDuration& result); |
