timeZone property

String? timeZone
getter/setter pair

The default timezone used by this dataset.

Must be a either a valid IANA time zone name such as "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources, such as HL7 messages, where no explicit timezone is specified.

Implementation

core.String? timeZone;