Add APP_TIMEZONE to .env.example (#2821)
* Add APP_TIMEZONE to .env.example This fixes the issue described in #2820. * Change timezone default value from null to UTC
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
APP_ENV=production
|
||||
APP_DEBUG=false
|
||||
APP_URL=http://localhost
|
||||
APP_TIMEZONE=UTC
|
||||
APP_KEY=
|
||||
|
||||
DB_DRIVER=mysql
|
||||
|
||||
Reference in New Issue
Block a user