Skip to content

Commit

Permalink
fix: revert subsecond
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jan 30, 2024
1 parent 4320e31 commit 990aa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/functions_datetime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scalar_functions:
* MILLISECOND Return number of milliseconds since the last full second.
* MICROSECOND Return number of microseconds since the last full millisecond.
* NANOSECOND Return number of nanoseconds since the last full microsecond.
* SUBSECOND Return number of nanoseconds since the last full second of the given timestamp.
* SUBSECOND Return number of microseconds since the last full second of the given timestamp.
* UNIX_TIME Return number of seconds that have elapsed since 1970-01-01 00:00:00 UTC, ignoring leap seconds.
* TIMEZONE_OFFSET Return number of seconds of timezone offset to UTC.
Expand Down

0 comments on commit 990aa9b

Please sign in to comment.