From 972ed9ef9bebfd841f56fa211dadd7fba299547e Mon Sep 17 00:00:00 2001 From: Milo Sorri Date: Sun, 3 Dec 2017 19:05:09 +0200 Subject: [PATCH] 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 --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index f0a39f8ad313..56e884f27aae 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ APP_ENV=production APP_DEBUG=false APP_URL=http://localhost +APP_TIMEZONE=UTC APP_KEY= DB_DRIVER=mysql