Skip to content

Commit dbbc1dd

Browse files
MeelahMejstirnaman
andauthored
Update time-and-date.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent b812eac commit dbbc1dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,6 @@ Converts an integer (Unix timestamp in seconds) to a timestamp value.
889889
The underlying result is a timestamp (`Timestamp(TimeUnit::Second, None)`).
890890
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).
891891
When output to Parquet, the raw integer value (for example, `1641042000`) is preserved.
892-
and returns the corresponding timestamp.
893892

894893
```sql
895894
from_unixtime(expression)

0 commit comments

Comments
 (0)