Skip to content

Commit

Permalink
Add APP_TIMEZONE to .env.example (#2821)
Browse files Browse the repository at this point in the history
* Add APP_TIMEZONE to .env.example

This fixes the issue described in #2820.

* Change timezone default value from null to UTC
  • Loading branch information
msorri authored and jbrooksuk committed Dec 3, 2017
1 parent e95fc79 commit 972ed9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
APP_ENV=production
APP_DEBUG=false
APP_URL=http://localhost
APP_TIMEZONE=UTC
APP_KEY=

DB_DRIVER=mysql
Expand Down

0 comments on commit 972ed9e

Please sign in to comment.