Skip to content

Commit

Permalink
Add APP_TIMEZONE setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Apr 25, 2024
1 parent 7c1d793 commit 0c414c8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,29 @@ Default value

:::

### APP_TIMEZONE

[!badge variant="info" text="string"]

:::env-var-dl-wrapper

Description
: The timezone for your application, which is used to record dates and times to database.

This global setting can be overridden by users via in-app settings for a personalised dates and times display.

!!! warning
If this setting is changed while the application is already running, existing records in the database won't be updated.
!!!

Possible values
: See [List of TZ database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)

Default value
: `UTC`

:::

### APP_DEBUG

[!badge variant="info" text="boolean"]
Expand Down

0 comments on commit 0c414c8

Please sign in to comment.