Skip to content

Commit

Permalink
docs: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Aug 31, 2023
1 parent a4b918e commit 4a5a365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/functions_datetime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ scalar_functions:
-
name: "current_date"
description: >-
Return the current date in the local time zone.
Return the current date.
The `mode` option determines how often the date is evaluated. STREAMING mode
evaluates the current date for each row. BATCH mode evaluates the current date
Expand All @@ -704,7 +704,7 @@ scalar_functions:
-
name: "current_timestamp"
description: >-
Return the current timestamp in the local time zone.
Return the current timestamp.
The `mode` option determines how often the timestamp is evaluated. STREAMING mode
evaluates the current timestamp for each row. BATCH mode evaluates the current
Expand Down

0 comments on commit 4a5a365

Please sign in to comment.