GET
Get the time settings.
| Responses | |
| 200 | GET successful. |
| Response (application/json): object | ||
| Member | Type | Description |
dateTime | string (date-time) | The current date. Example: 2020-04-29 10:00:24 |
ntpEnabled | boolean | Indicates if NTP is enabled. |
ntpServers | array | Addresses of the NTP servers. Example: ['ntp.mycompany.com', 'ntp.othercompany.com'] |
ntpStatus | string | NTP status. read-only |
supportedTimeFormats | array | The supported values for the timeFormat property. Example: ['12-hr', '24-hr'] Since version: 2.4 read-only |
supportedTimeZones | array | The supported timeZones. Example: ['UTC', 'Europe/Brussels', 'Europe/Athens'] read-only |
timeFormat | string | For selecting 12 hour or 24 hour clock. Must be in the Example: 24-hr Since version: 2.4 |
timeZone | string | The selected timeZone. Must be in the Example: Europe/Brussels |