Skip to content

Commit 9eb1acf

Browse files
Add TZ variable to .env.example
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 62e0568 commit 9eb1acf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ API_ADMIN_KEY=
187187
# External web port
188188
WEB_PORT=8080
189189

190+
# Timezone for displaying dates/times on the web dashboard
191+
# Uses standard IANA timezone names (e.g., America/New_York, Europe/London)
192+
# Default: UTC
193+
TZ=UTC
194+
190195
# -------------------
191196
# Network Information
192197
# -------------------

0 commit comments

Comments
 (0)