timeZone property

String? timeZone
getter/setter pair

Reporting Time Zone, used as the day boundary for reports, regardless of where the data originates.

If the time zone honors DST, Analytics will automatically adjust for the changes. NOTE: Changing the time zone only affects data going forward, and is not applied retroactively. Format: https://www.iana.org/time-zones Example: "America/Los_Angeles"

Required.

Implementation

core.String? timeZone;