Set library time, date, and time zone
Request syntax
PATCH
/v1/library {"time":<time>}
Sets the library time, date, and time
zone.
Request body parameters
- time
-
The current date and time set on the library. All dates and times returned by the library are in relation to this time. Time format is in ISO 8601 format of
YYYY-MM-DDThh:mm:ss+-hhmmorYYYY-MM-DDThh:mm:ss. For example,2018-09-17T23:02:00.
cURL example
> PATCH /v1/library {"time": "2018-09-17T23:02:00-0700"}
HTTP/1.1 201 CREATED
Content-Type: application/json
Content-Length: 0