diff --git a/content/configuration/1.general.md b/content/configuration/1.general.md index d85f6d3a..fb931aa4 100644 --- a/content/configuration/1.general.md +++ b/content/configuration/1.general.md @@ -24,6 +24,14 @@ description: Configuration for the general system, server, first admin user, and | `ACCEPT_TERMS` | Confirm acknowledgement of the [Directus BSL License 1.1](https://directus.io/bsl) and disable the license welcome banner. | `false` | | `PROJECT_OWNER` | Registered owner and primary contact responsible for your Directus instance. We need this to ensure compliance with our [BSL 1.1 license](https://directus.io/bsl). | | +::callout{icon="material-symbols:warning-rounded" color="warning"} + +**Time zone (`TZ`)**
+ +Directus's internal scheduler (used for telemetry, TUS cleanup, and other cron-driven jobs) reads the process's `TZ` environment variable. Leaving `TZ` set to an _empty_ string causes startup to fail with `CronError: ERROR: You specified an invalid date`. Either leave `TZ` unset or set it to a valid IANA time zone such as `UTC` or `Europe/Berlin`. + +:: + ## Server | Variable | Description | Default Value |