Update docs/en/sql-reference/functions/type-conversion-functions.md

Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
This commit is contained in:
Evgenia Sudarikova 2021-05-14 09:30:59 +03:00 committed by GitHub
parent 1a049c396d
commit 1b7d2db4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1170,7 +1170,7 @@ Result:
Converts a `DateTime64` to a `Int64` value with fixed sub-second precision. Input value is scaled up or down appropriately depending on it precision.
!!! note "Note"
!!! info "Note"
Please note that output value is a timestamp in UTC, not in timezone of `DateTime64`.
**Syntax**