opt-cc/api/apib/base/datetime.apib

11 lines
336 B
Plaintext

## Timezones & Date Format
**Date Format**
In general the API returns and expects dates & times in the ISO 8601 format including the timezone specification.
For example: `2017-02-27T17:05:06+01:00` for a time or `2017-02-27` for a date.
**Timezone**
The default timezone returned will be the server timezone: Europe/Berlin (UTC+1).