timeZone property
The time zone in which the date and time are specified.
This should be a string representing a valid time zone, e.g. "America/Los_Angeles" for Pacific Time.
Implementation
final String? timeZone;
The time zone in which the date and time are specified.
This should be a string representing a valid time zone, e.g. "America/Los_Angeles" for Pacific Time.
final String? timeZone;