timeZone property
The property's current timezone.
Intended to be used to interpret time-based dimensions like hour
and
minute
. Formatted as strings from the IANA Time Zone database
(https://www.iana.org/time-zones); for example "America/New_York" or
"Asia/Tokyo".
Implementation
core.String? timeZone;