Clock
Leafs
- class SystemState.Clock
Bases:
Entity
Class Hierarchy :
SystemState
Clock
This class represents state data.
Monitoring of the system date and time properties.
- current_datetime
The current system date and time
type: str
pattern: \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[\+\-]\d{2}:\d{2})
config: False
- boot_datetime
The system date and time when the system last restarted
type: str
pattern: \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[\+\-]\d{2}:\d{2})
config: False