Skip to content

Commit c673790

Browse files
authored
[Bug] Default display timezone to utc (alexjustesen#1471)
1 parent 50b4a00 commit c673790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
'datetime_format' => env('DATETIME_FORMAT', 'M. jS, Y g:ia'),
1010

11-
'display_timezone' => env('DISPLAY_TIMEZONE'),
11+
'display_timezone' => env('DISPLAY_TIMEZONE', 'UTC'),
1212

1313
'force_https' => env('FORCE_HTTPS', false),
1414

0 commit comments

Comments
 (0)