Skip to content

Commit 8e8eddd

Browse files
committed
docs: fix from_unixtime return type description
1 parent f873562 commit 8e8eddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ LIMIT 1
887887

888888
Converts an integer to RFC3339 timestamp format (`YYYY-MM-DDT00:00:00.000000000Z`).
889889
Input is parsed as a [Unix nanosecond timestamp](/influxdb/version/reference/glossary/#unix-timestamp)
890-
and returns the corresponding RFC3339 timestamp.
890+
and returns the corresponding timestamp.
891891

892892
```sql
893893
from_unixtime(expression)
@@ -1454,7 +1454,7 @@ SELECT tz(time, 'Australia/Sydney') AS time_tz, time FROM home ORDER BY time LIM
14541454
differ when the input timestamp **does not** have a timezone.
14551455

14561456
- When using an input timestamp that does not have a timezone (the default behavior in InfluxDB) with the
1457-
`AT TIME ZONE` operator, the operator returns the the same timestamp, but with a timezone offset
1457+
`AT TIME ZONE` operator, the operator returns the same timestamp, but with a timezone offset
14581458
(also known as the "wall clock" time)--for example:
14591459

14601460
```sql

0 commit comments

Comments
 (0)