Skip to content

Commit 464acdd

Browse files
committed
Set TZ="UTC" in the env example
1 parent 66ad24d commit 464acdd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ APP_ORIGIN=http://localhost:3030
1313
ELECTRIC_ORIGIN=http://localhost:3060
1414
NODE_ENV=development
1515

16+
# Set this to UTC because Node.js uses the system timezone
17+
TZ="UTC"
18+
1619
# Redis is used for the v3 queuing and v2 concurrency control
1720
REDIS_HOST="localhost"
1821
REDIS_PORT="6379"
@@ -77,4 +80,4 @@ POSTHOG_PROJECT_KEY=
7780
# These control the server-side internal telemetry
7881
# INTERNAL_OTEL_TRACE_EXPORTER_URL=<URL to send traces to>
7982
# INTERNAL_OTEL_TRACE_LOGGING_ENABLED=1
80-
# INTERNAL_OTEL_TRACE_INSTRUMENT_PRISMA_ENABLED=0,
83+
# INTERNAL_OTEL_TRACE_INSTRUMENT_PRISMA_ENABLED=0,

0 commit comments

Comments
 (0)