> ## Documentation Index
> Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Timezones

> Configure timezones for your dashboard

## Overview

Dashboards provide flexible timezone configurations to ensure your data is displayed in a way that best suits your end users' needs. By default, dashboards automatically adjust to the **local timezone of the end user**, contextualizing data for their location.

## Key Requirements

* **Data Storage in UTC:** Ensure all timestamps in your data source are stored in **UTC**. Upsolve automatically adjusts these timestamps to match the configured timezone.
* **Automatic Adjustment:** Date columns will automatically shift to reflect the end user's local timezone unless otherwise specified.

## Setting a Specific Timezone

If you need all end users to see data in the same timezone, regardless of their location, you can configure a specific timezone through the **dashboard builder settings**.

### Steps to Set a Timezone:

1. Open the **Settings** dropdown in the dashboard builder.
2. Select the desired timezone from the available options.
3. To revert to displaying data in the end user's local timezone, select the **Local** option.

By setting a specific timezone, your dashboard provides a consistent view of time-sensitive data for all users.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/upsolve/ZNtu-ikJz9E9s2a6/images/timezone_light.png?fit=max&auto=format&n=ZNtu-ikJz9E9s2a6&q=85&s=a1619ed0950e63ac5e9150978edbb8f0" alt="Timezone light" width="1344" height="1704" data-path="images/timezone_light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/upsolve/ZNtu-ikJz9E9s2a6/images/timezone_dark.png?fit=max&auto=format&n=ZNtu-ikJz9E9s2a6&q=85&s=50fc5e4aaef45d9917ab9fee05d1432e" alt="Timezone dark" width="1342" height="1666" data-path="images/timezone_dark.png" />
</Frame>

## Notes

* Dashboards always assume data is stored in **UTC** and adjust based on the selected timezone.
* Switching back to the **Local** option ensures data reflects the end user's local timezone automatically.
