timeZone property

String? timeZone
getter/setter pair

Specifies the time zone to be used in interpreting schedule.

The value of this field must be a time zone name from the tz database. Note that some time zones include a provision for daylight savings time. The rules for daylight saving time are determined by the chosen tz. For UTC use the string "utc". If a time zone is not specified, the default will be in UTC (also known as GMT).

Implementation

core.String? timeZone;