Skip to content

Commit cb851ec

Browse files
authored
docs: remove duplicated blocks from timezones guide (#987)
A Mintlify dashboard-editor save (6b22d18) duplicated four blocks: the Timezone Setup heading with its tl;dr callout, the timezone conversion intro sentence, the project timezone screenshot, and the resolution priority list. Remove the duplicates, keeping the copies without trailing whitespace.
1 parent dc0a918 commit cb851ec

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

guides/developer/timezones.mdx

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,8 @@ This guide is in two parts:
1515
**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.
1616
</Info>
1717

18-
# Timezone Setup
19-
20-
<Info>
21-
**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.
22-
</Info>
23-
2418
## Timezone conversion
2519

26-
Lightdash converts the timezones of your data from their **source timezone** to a **report timezone**:
27-
2820
Lightdash converts the timezones of your data from their **source timezone** to a **report timezone**:
2921

3022
- [**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.
9486
/>
9587
</Frame>
9688

97-
<Frame>
98-
<img
99-
alt="Project query timezone field in Project Settings"
100-
className="block dark:hidden"
101-
src="/images/guides/developer/timezones/project-query-timezone-setting-light.png"
102-
/>
103-
<img
104-
alt="Project query timezone field in Project Settings"
105-
className="hidden dark:block"
106-
src="/images/guides/developer/timezones/project-query-timezone-setting-dark.png"
107-
/>
108-
</Frame>
109-
11089
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).
11190

11291
## 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-
215194

216195
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:
217196

218-
1. **A direct embed's** `timezone `**URL parameter** (on iframe or shareable-URL embeds only, see [Embedded dashboards](#embedded-dashboards)). This outranks everything.
219-
2. Otherwise, the chart's timezone setting applies:
220-
- **Project timezone** (the default): the project's timezone, for every viewer.
221-
- **User timezone**: the viewer's profile timezone, or the project timezone if they haven't set one.
222-
- **A specific timezone**: that exact zone, the same for everyone.
223-
224197
1. **A direct embed's** `timezone `**URL parameter** (on iframe or shareable-URL embeds only, see [Embedded dashboards](#embedded-dashboards)). This outranks everything.
225198
2. Otherwise, the chart's timezone setting applies:
226199
- **Project timezone** (the default): the project's timezone, for every viewer.

0 commit comments

Comments
 (0)