diff options
author | floatdrop <floatdrop@yandex-team.ru> | 2022-02-10 16:47:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:15 +0300 |
commit | 4267de875ca703ff841f2e025723dadc78f3cc02 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp/timezone_conversion/civil.h | |
parent | e63b84f1d39557d9e46ac380b1f388271894293c (diff) | |
download | ydb-4267de875ca703ff841f2e025723dadc78f3cc02.tar.gz |
Restoring authorship annotation for <floatdrop@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/timezone_conversion/civil.h')
-rw-r--r-- | library/cpp/timezone_conversion/civil.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/timezone_conversion/civil.h b/library/cpp/timezone_conversion/civil.h index 9e809ad6a3..0e95b807ed 100644 --- a/library/cpp/timezone_conversion/civil.h +++ b/library/cpp/timezone_conversion/civil.h @@ -100,13 +100,13 @@ namespace NDatetime { */ TTimeZone GetTimeZone(TStringBuf name); - /** - * Returns a time zone that is a fixed offset (seconds east) from UTC. - * Note: If the absolute value of the offset is greater than 24 hours - * you'll get UTC (i.e., zero offset) instead. - */ - TTimeZone GetFixedTimeZone(const long offset); - + /** + * Returns a time zone that is a fixed offset (seconds east) from UTC. + * Note: If the absolute value of the offset is greater than 24 hours + * you'll get UTC (i.e., zero offset) instead. + */ + TTimeZone GetFixedTimeZone(const long offset); + /** Convert civil time from one timezone to another * @param[in] src is source time with 'from' timezone * @param[in] from is a initial timezone |