Clock

Leafs

class System.Clock

Bases: Entity

Class Hierarchy : System Clock

This class represents configuration data.

Configuration of the system date and time properties.

timezone_name

The TZ database name to use for the system, such as ‘Europe/Stockholm’

type: str

timezone_utc_offset

The number of minutes to add to UTC time to identify the time zone for this system. For example, ‘UTC - 8:00 hours’ would be represented as ‘-480’. Note that automatic daylight saving time adjustment is not provided if this object is used

type: int

range: -1500..1500

units: minutes