> For the complete documentation index, see [llms.txt](https://docs.n2ws.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n2ws.com/user-guide/appendix-c-time-zones.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
