Skip to content

Commit f20a225

Browse files
committed
Add timezone to .env
1 parent ec591ed commit f20a225

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ MAIL_ENCRYPTION=null
3232
PUSHER_APP_ID=
3333
PUSHER_KEY=
3434
PUSHER_SECRET=
35+
36+
TIMEZONE=UTC

config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
|
6565
*/
6666

67-
'timezone' => 'UTC',
67+
'timezone' => env('TIMEZONE', 'UTC'),
6868

6969
/*
7070
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)