1description: > 2 Implement to control system time. 3properties: 4 - name: Elapsed 5 type: uint64 6 description: > 7 Time elpased since the Epoch(1 Jan 1970 00:00:00 UTC), in 8 microseconds. 9 10 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. 13 errors: 14 - xyz.openbmc_project.Time.Error.NotAllowed 15 - xyz.openbmc_project.Time.Error.Failed 16