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:
Milo Sorri
2017-12-03 19:05:09 +02:00
committed by James Brooks
parent e95fc790fe
commit 972ed9ef9b

View File

@@ -1,6 +1,7 @@
APP_ENV=production
APP_DEBUG=false
APP_URL=http://localhost
APP_TIMEZONE=UTC
APP_KEY=
DB_DRIVER=mysql