blob: c27232238293105a260afdbfb18cce1572137175 [file] [log] [blame]
Deepak Kodihalli8aac5db2016-11-15 06:57:35 -06001description: >
2 Implement to control system time.
3properties:
4 - name: Elapsed
5 type: uint64
6 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06007 Time elpased since the Epoch(1 Jan 1970 00:00:00 UTC), in
8 microseconds.
Deepak Kodihalli8aac5db2016-11-15 06:57:35 -06009
Patrick Williamsa1347412022-12-06 10:56:22 -060010 On setting this property, errors may be thrown. InternalFailure means
11 BMC fails to set the time. InsufficientPermission means it is not
12 allowed to set time depend on the time settings.
Lei YU49f855f2018-06-07 16:17:01 +080013 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050014 - xyz.openbmc_project.Time.Error.NotAllowed
15 - xyz.openbmc_project.Time.Error.Failed