This is an archive version of the document. To get the most up-to-date information, see the current version.

Time Zone

The /dateTime resource collection represents time zone settings of Veeam Backup for AWS.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/settings/dateTime

Time ZoneCollection Representation

{

 "timezone": {

   "name": "Europe/Prague",

   "displayName": "Europe/Prague (CEST, +0200)"

 },

 "useCustomSettings": true

}

In This Section