diff --git a/guides/developer/timezones.mdx b/guides/developer/timezones.mdx
index 23b5bf0e..0a147ab5 100644
--- a/guides/developer/timezones.mdx
+++ b/guides/developer/timezones.mdx
@@ -15,16 +15,8 @@ This guide is in two parts:
**tl;dr:** store timestamps as timezone-aware types, use `DATE` for calendar values, and set your [project timezone](#configure-your-project-timezone) to the zone you report in.
-# Timezone Setup
-
-
- **tl;dr:** store timestamps as timezone-aware types, use `DATE` for calendar values, and set your [project timezone](#configure-your-project-timezone) to the zone you report in.
-
-
## Timezone conversion
-Lightdash converts the timezones of your data from their **source timezone** to a **report timezone**:
-
Lightdash converts the timezones of your data from their **source timezone** to a **report timezone**:
- [**Source timezone**](#configure-your-connection) is the timezone of the raw data. It is defined in your warehouse, data types, modelling, and connection settings.
@@ -94,19 +86,6 @@ In **Project settings** → **Timezone**, pick the zone you want reports to use.
/>
-
-
-
-
-
By default the project timezone is UTC, which means all reports in Lightdash default to showing results in UTC. The project timezone can be [customised per chart or user](#report-timezone-resolution).
## Opt a column out of timezone conversion
@@ -215,12 +194,6 @@ If it's not the zone you expect, change it with the [timezone picker](#choosing-
A chart's own timezone setting decides what zone it uses, unless an embed overrides it. The zone it ends up using is its **resolved timezone**, the term used throughout this guide. From highest priority:
-1. **A direct embed's** `timezone `**URL parameter** (on iframe or shareable-URL embeds only, see [Embedded dashboards](#embedded-dashboards)). This outranks everything.
-2. Otherwise, the chart's timezone setting applies:
- - **Project timezone** (the default): the project's timezone, for every viewer.
- - **User timezone**: the viewer's profile timezone, or the project timezone if they haven't set one.
- - **A specific timezone**: that exact zone, the same for everyone.
-
1. **A direct embed's** `timezone `**URL parameter** (on iframe or shareable-URL embeds only, see [Embedded dashboards](#embedded-dashboards)). This outranks everything.
2. Otherwise, the chart's timezone setting applies:
- **Project timezone** (the default): the project's timezone, for every viewer.