timeZone property
Contains the time zone. The value is the name of the time zone as defined in the IANA Time Zone Database, e.g. "America/New_York".
Implementation
@$pb.TagNumber(2)
$core.String get timeZone => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set timeZone($core.String v) {
$_setString(1, v);
}