Skip to content

Commit

Permalink
docs: double input type for to_timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
spaydar committed Nov 14, 2023
1 parent e489e93 commit c784ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1392,8 +1392,8 @@ extract(field FROM source)
### `to_timestamp`

Converts a value to RFC3339 nanosecond timestamp format (`YYYY-MM-DDT00:00:00Z`).
Supports timestamp, integer, and unsigned integer types as input.
Integers and unsigned integers are parsed as Unix second timestamps and
Supports timestamp, integer, unsigned integer, and double types as input.
Integers, unsigned integers, and doubles are parsed as Unix second timestamps and
return the corresponding RFC3339 timestamp.

```
Expand Down

0 comments on commit c784ca9

Please sign in to comment.