Set library time zone
Manually sets the time zone of the library. This time zone is used when fetching the data and time from a Network Time Protocol (NTP) server or if the date and time were set manually for the library.
Available time zones are derived from https://www.iana.org/time-zones.
Request syntax
PATCH/v1/library {"timezone":<time
zone>}
Manually sets the time zone of the library.
Request body parameters
timezone
(string, optional)-
The new time zone for the library.
Example
> PATCH /v1/library {"timezone": "America/Chicago"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0