Update docs/en/sql-reference/functions/date-time-functions.md

Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
This commit is contained in:
Dan Roscigno 2023-03-02 12:55:16 -05:00 committed by GitHub
parent 2db7df6153
commit 9cb70723d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1141,7 +1141,7 @@ SELECT
## toYYYYMMDD
Converts a date or date with time to a UInt32 number containing the year and month number (YYYY \* 10000 + MM \* 100 + DD). Accepts a second optional timezone argument. If provided, the timezone must be a string constant.
Converts a date or date with time to a UInt32 number containing the year and month number (YYYY \* 10000 + MM \* 100 + DD). Accepts a second optional timezone argument. If provided, the timezone must be a string constant.
### example
```sql