# Time Zones

The default time zone we use to translate timestamps into readable formats and also for filtering is the time zone of your browser setting.

Because machines can be located in different time zones we save all timestamps as Unix timestamps, so there can be no mix-ups. But if you are looking at a machine which is not in your time zone and you filter for the data of a specific day, you might not want to filter for "your day" but for the "day" of the machine. To do so you can enable the time zone setting on your dashboard and select the time zone of the machine.

![How to enable time zones for a section.](/files/-M8PZZuQZt7nv6odDUt4)

The names used for the time zones originate from the [tz-database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If you select a time zone not only the display of timestamps will be affected but also the range of some filter (e.g. today, this week, last month, etc.) and the grouping of timestamps.

Note that if "None" is selected as a time zone, then the time zone of the browser settings is used. Just as for filters you can define a default time zone for each section by selecting a time zone in the settings.

{% hint style="warning" %}
Note that these timezone settings are applied to datasets directly used in widgets but also to datasets used in scripts. So be careful with date-time conversions in scripts that require time zone settings. So for example, if you are changing the time zones applied to the datasets, but you are using a hard-coded timezone in your script the result might be not as expected.
{% endhint %}


---

# 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://manual.senseforce.io/manual/sf-platform/dashboards/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.
