diff --git a/.env.example b/.env.example index 94d30b2..5370d3a 100644 --- a/.env.example +++ b/.env.example @@ -187,6 +187,11 @@ API_ADMIN_KEY= # External web port WEB_PORT=8080 +# Timezone for displaying dates/times on the web dashboard +# Uses standard IANA timezone names (e.g., America/New_York, Europe/London) +# Default: UTC +TZ=UTC + # ------------------- # Network Information # -------------------