Skip to content

Commit 49b24ba

Browse files
authored
Update content/shared/sql-reference/functions/time-and-date.md
1 parent 20c8745 commit 49b24ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/shared/sql-reference/functions/time-and-date.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ LIMIT 1
887887

888888
Converts an integer (Unix timestamp in seconds) to a timestamp value.
889889
The underlying result is a timestamp (`Timestamp(TimeUnit::Second, None)`).
890-
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).
890+
If you output query results as JSON (default for the API), CSV, or pretty (default for the CLI), the timestamp is formatted as an ISO 8601 string (`YYYY-MM-DDTHH:MM:SS`, without a timezone indicator).
891891
When output to Parquet, the raw integer value (for example, `1641042000`) is preserved.
892892

893893
```sql

0 commit comments

Comments
 (0)