Skip to content
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
11 changes: 11 additions & 0 deletions content/configuration/1.general.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ The following commands set details for the first admin user created when the pro
| `ADMIN_TOKEN` | The API token of the first user that's automatically created during bootstrapping. | |


## Timezone

Scheduled jobs in Directus (for example telemetry, metrics, retention cleanup, and upload cleanup) use the standard `TZ` environment variable.

::callout{icon="i-lucide-triangle-alert" color="warning"}
**Warning**
Do not set `TZ` to an empty string. Use a valid [IANA timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) such as `UTC` or `Europe/Berlin`, or omit `TZ` entirely so the host default applies.

An empty value (for example `TZ=` in Docker) can prevent Directus from starting with errors such as `CronError: ERROR: You specified an invalid date.`
::

## Telemetry

To more accurately gauge the frequency of installation, version fragmentation, and general size of the user base, Directus collects usage data about your environment.
Expand Down