TlvTimeZoneStatusEvent: ObjectSchema<{
    name: OptionalFieldType<string>;
    offset: FieldType<number>;
}> = ...

Body of the TimeSynchronization timeZoneStatus event

Type declaration

  • name: OptionalFieldType<string>

    Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone Database.

    MatterSpecification.v13.Core § 11.17.10.3.2

  • offset: FieldType<number>

    Current time zone offset from UTC in seconds.

    MatterSpecification.v13.Core § 11.17.10.3.1

MatterSpecification.v13.Core § 11.17.10.3