timeZone property

String? timeZone
getter/setter pair

Specifies the time zone to be used when interpreting cron_schedule.

Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g. America/Los_Angeles or Africa/Abidjan. If left unspecified, the default is UTC.

Optional.

Implementation

core.String? timeZone;