> For the complete documentation index, see [llms.txt](https://docs.nodeum.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nodeum.io/data-archiving/console/system-settings/date-and-time.md).

# Date & Time

Date & Time Management Principles

* **Operating System Time**: The server OS time is set to UTC.
* **Scheduler Reference**: Nodeum's scheduler uses UTC for time references. Automatic conversions to local time are managed by the application.
* **Web Console Time**: Nodeum Web Console operates using the browser's local time.

This page helps in managing and verifying that the system's Date & Time settings are correctly configured.

## Configuration

Date & Time management follow these principles rules:

| Time                   |                                                                                            UTC                                                                                           |                                                                                    Local Browser Time                                                                                    |
| ---------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| **Operating System**   | <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Flat_tick_icon.svg/768px-Flat_tick_icon.svg.png" alt="File:Flat tick icon.svg - Wikimedia Commons" data-size="line"> |                                    <img src="https://cdn-icons-png.flaticon.com/512/1828/1828901.png" alt="Minus - Free signs icons" data-size="line">                                   |
| **Nodeum Web Console** |                                    <img src="https://cdn-icons-png.flaticon.com/512/1828/1828901.png" alt="Minus - Free signs icons" data-size="line">                                   | <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Flat_tick_icon.svg/768px-Flat_tick_icon.svg.png" alt="File:Flat tick icon.svg - Wikimedia Commons" data-size="line"> |
| **Nodeum scheduler**   |                                                              <img src="/files/FtUDJw9bZMyJcA6I0JzQ" alt="" data-size="line">                                                             |                                                       Conversions to your local timezone are done automatically by the application.                                                      |

### Manual Configuration

#### Configuring Date & Time

1. Navigate to **System > Date & Time** in the menu.
2. Manually set the date and time.
3. Verify that the date and time are correct and properly formatted.

<figure><img src="/files/qQzi62K06sHXhvOnT4OK" alt=""><figcaption><p>System Date &#x26; Time</p></figcaption></figure>


---

# 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:

```
GET https://docs.nodeum.io/data-archiving/console/system-settings/date-and-time.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.
