timezone property
The timezone that applies to the execution date. Use a timezone identifier from the tz database. Example: America/Los_Angeles. Default value: Europe/Amsterdam.
Implementation
@BuiltValueField(wireName: r'timezone')
String? get timezone;