Update time-and-date.md

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
pull/6265/head
Jameelah Mercer 2025-08-01 10:51:38 -07:00 committed by GitHub
parent b812eacb03
commit dbbc1dd61e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -889,7 +889,6 @@ Converts an integer (Unix timestamp in seconds) to a timestamp value.
The underlying result is a timestamp (`Timestamp(TimeUnit::Second, None)`).
In query results, JSON, CSV, and "pretty" formats render the timestamp as an ISO 8601 string (`YYYY-MM-DDTHH:MM:SS`, without a timezone indicator).
When output to Parquet, the raw integer value (for example, `1641042000`) is preserved.
and returns the corresponding timestamp.
```sql
from_unixtime(expression)