Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added documentation to help people with timezone issues #129

Open
wants to merge 1 commit into
base: v2.1.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,9 @@ Configures the port to bind the listen socket for the web server.
### Database

Plausible uses PostgreSQL for storing user data and ClickhouseDB for analytics data. Use the following variables to configure them.

> [!WARNING]
> It is recommended to have all servers run on UTC time.
> If you do not run all servers on UTC time you can lose data based on your UTC offsite, e.g. if your UTC zone is +10 you will not receive analytics for a new site for 10 hours.
---

#### DATABASE_URL
Expand Down