timeZone property

String? timeZone
getter/setter pair

Time zone used when parsing timestamp values that do not have specific time zone information (e.g. 2024-04-20 12:34:56).

The expected format is a IANA timezone string (e.g. America/Los_Angeles).

Optional.

Implementation

core.String? timeZone;