Looker Studio is now called Data Studio. Learn more about this change.

TODAY

Returns the current date according to the specified or default timezone.

Sample usage

TODAY()

TODAY("America/Los_Angeles")

TODAY("-08")

Syntax

TODAY([time_zone])

Parameters

  • time_zone - Optional. A text field or expression 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 the time_zone parameter evaluates to NULL, this function returns NULL.

Return data type

Date

Examples

Example formula Input Output
TODAY() January 10, 2020 2020年1月10日

Notes

TODAY is a synonym for CURRENT_DATE.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年08月26日 UTC.