add doc with toStartOfDay()

This commit is contained in:
zhang2014 2018-02-25 12:01:13 +08:00
parent 07a11de679
commit 84caaf9bab
2 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,10 @@ Note: If you need to round a date with time to any other number of seconds, minu
Rounds down a date with time to the start of the hour.
## toStartOfDay
Rounds down a date with time to the start of the day.
## toTime
Converts a date with time to a certain fixed date, while preserving the time.

View File

@ -74,6 +74,9 @@ SELECT
## toStartOfHour
Округляет дату-с-временем вниз до начала часа.
## toStartOfDay
Округляет дату-с-временем вниз до начала дня.
## toTime
Переводит дату-с-временем на некоторую фиксированную дату, сохраняя при этом время.