Skip to content

Commit

Permalink
Update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 16, 2024
1 parent a78e19f commit 035e411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/docs/functions/spark/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ These functions support TIMESTAMP and DATE input types.
.. spark:function:: unix_seconds(timestamp) -> bigint
Returns the number of seconds since 1970-01-01 00:00:00 UTC.::

SELECT unix_micros('1970-01-01 00:00:01'); -- 1
SELECT unix_seconds('1970-01-01 00:00:01'); -- 1

.. spark:function:: unix_timestamp() -> integer
Expand Down

0 comments on commit 035e411

Please sign in to comment.