Skip to content

Commit e5e8432

Browse files
authored
docs: self-hosted database has timezone set to utc (supabase#40200)
1 parent ba9ceac commit e5e8432

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

apps/docs/content/guides/database/postgres/configuration.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ This data can further be used in conjunction with the [`explain`](https://www.po
2020

2121
## Managing timezones
2222

23-
Every hosted Supabase database is set to UTC timezone by default. We strongly recommend keeping it this way, even if your users are in a different location. This is because it makes it much easier to calculate differences between timezones if you adopt the mental model that everything in your database is in UTC time.
24-
25-
<Admonition type="tip">
26-
27-
On self-hosted databases, the timezone defaults to your local timezone. We recommend [changing this to UTC](/docs/guides/database/postgres/configuration#change-timezone) for the same reasons.
28-
29-
</Admonition>
23+
Every Supabase database is set to UTC timezone by default. We strongly recommend keeping it this way, even if your users are in a different location. This is because it makes it much easier to calculate differences between timezones if you adopt the mental model that everything in your database is in UTC time.
3024

3125
### Change timezone
3226

0 commit comments

Comments
 (0)