timezone property

  1. @BuiltValueField.new(wireName: r'timezone')
String? get timezone

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;