# Appendix C - Time Zones

The following example is the **`CPMCONFIG`** `time_zone` parameter for Israel:

```
CPMCONFIG
[SERVER]
user=demo
password=1
volume_option=new
time_zone=Asia/Jerusalem
```

&#x20;**To obtain the list of time zones or to set the time zone:**

1. SSH into the CPM instance using the logon `cpmuser` and the instance’s private key.
2. To obtain a list of all time zones, type: `sudo cpm-set-timezone`
3. To set the time zone, type: `sudo cpm-set-timezone <new-time-zone>`

For example, to set the time zone to 'New York', type:

```
sudo cpm-set-timezone America/New_York
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.n2ws.com/user-guide/appendix-c-time-zones.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
