summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Time/EpochTime.interface.yaml
blob: 26f7b3a7ad2f210035a9b20b85814c9af14d359f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
description: >
    Implement to control system time.
properties:
    - name: Elapsed
      type: uint64
      description: >
          Time elpased since the
          Epoch(1 Jan 1970 00:00:00 UTC), in microseconds.

          On setting this property, errors may be thrown.
          InternalFailure means BMC fails to set the time.
          InsufficientPermission means it is not allowed to set time depend
          on the time settings.
      errors:
        - xyz.openbmc_project.Time.Error.NotAllowed
        - xyz.openbmc_project.Time.Error.Failed

# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud