mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix comment (tnx Pavel Belikov) (#12957)
This commit is contained in:
parent
ef305b8b7e
commit
da32e62daa
@ -49,7 +49,7 @@ public:
|
||||
struct Values
|
||||
{
|
||||
/// Least significat 32 bits from time_t at beginning of the day.
|
||||
/// If the unix timestamp of beginning of the day is negative (example: 1970-01-01 MSK, where time_t == -10800), then value is zero.
|
||||
/// If the unix timestamp of beginning of the day is negative (example: 1970-01-01 MSK, where time_t == -10800), then value will overflow.
|
||||
/// Change to time_t; change constants above; and recompile the sources if you need to support time after 2105 year.
|
||||
UInt32 date;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user