summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Time/EpochTime.interface.yaml
blob: 7b49fc07a64c24faf5413fbb771c38e0553d9e80 (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.Common.Error.InternalFailure
        - xyz.openbmc_project.Common.Error.InsufficientPermission

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