Skip to content

Commit cca3255

Browse files
committed
chore(example.env): clarify examples for env var TZ
1 parent 5e6355a commit cca3255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=
1010
# firebase emulator suite vars
1111
NEXT_PUBLIC_IS_EMULATOR_MODE= # <true | false>
1212
NEXT_PUBLIC_FIRESTORE_EMULATOR_HOST= # <localhost:8080> -- ref: https://stackoverflow.com/a/66790889
13-
TZ= # <America/Chicago> -- Use same timezone as local to match NodeJS/Emulator to it
13+
TZ= # <US/Pacific | US/Mountain | US/Central | US/Eastern | etc.> -- Use same timezone as local to match NodeJS/Emulator to it; ref: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List

0 commit comments

Comments
 (0)