From dbbc1dd61ee3400a07b9d45b4abca27622ce643d Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:51:38 -0700 Subject: [PATCH] Update time-and-date.md Co-authored-by: Jason Stirnaman --- content/shared/sql-reference/functions/time-and-date.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/shared/sql-reference/functions/time-and-date.md b/content/shared/sql-reference/functions/time-and-date.md index 06c68a38e..50ee54d25 100644 --- a/content/shared/sql-reference/functions/time-and-date.md +++ b/content/shared/sql-reference/functions/time-and-date.md @@ -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)