Update date-time-functions.md

This commit is contained in:
Denny Crane 2022-09-14 12:16:32 -03:00 committed by GitHub
parent c8dcd34abe
commit cbdbe1077a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1223,10 +1223,12 @@ Result:
└───────────────────────┘
```
## FROM\_UNIXTIME
## FROM_UNIXTIME
Function converts Unix timestamp to a calendar date and a time of a day. When there is only a single argument of [Integer](../../sql-reference/data-types/int-uint.md) type, it acts in the same way as [toDateTime](../../sql-reference/functions/type-conversion-functions.md#todatetime) and return [DateTime](../../sql-reference/data-types/datetime.md) type.
Alias: `fromUnixTimestamp`.
**Example:**
Query: