> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/bbo-gateway-installation-manual/bbo-web-interface/system-configuration/network-time.md).

# Network time

Click on “System Configuration”->”Network Time”.

<figure><img src="/files/VkiHFLEm43PNtoxVpw4F" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
The gateway must know the current UTC time to operate.&#x20;

Without the current time the gateway will send no data.
{% endhint %}

The time and date are obtained from SNTP server using Simple Network Time Protocol. There are many SNTP servers over Internet. All SNTP communication is performed on port 123.

&#x20;The default SNTP server is set to pool.ntp.org. Normally there is no need to change this setting.

The Timezone Offset must be set to “0” to set UTC time. The time zone and DST compensation is performed by the Boomerang server.

&#x20;If the gateway is connected to a network with internet access (i.e. “Boomerang in the Cloud”), you can leave the settings as they are with default NTP-server set to pool.ntp.org.

In case of a local network with Boomerang-On-Premise and blocked internet access, you have to change the SNTP server settings in the gateway to a SNTP server BBO can access.

&#x20;Click "Save” to save the settings.&#x20;


---

# 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://help.boomerang3.com/bbo-gateway-installation-manual/bbo-web-interface/system-configuration/network-time.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.
