Returns the current date as of the specified or default timezone.
Sample usage
CURRENT_DATE()
CURRENT_DATE("America/Los_Angeles")
Syntax
CURRENT_DATE([time_zone])
Parameters
time_zone
- Optional. A text field or expression representing the timezone. This parameter is a string representing the timezone to use. If no timezone is specified, the default timezone UTC is used. See Timezone definitions for information on how to specify a time zone. If thetime_zone
parameter evaluates toNULL
, this function returnsNULL
.
Return data type
Date
Examples
Example formula | Input | Output |
---|---|---|
CURRENT_DATE() |
January 10, 2020 10:38 AM | 2020-1-10 |
Notes
This function is not available for compatibility mode date types.