From c56ceebb40291218a411e7785d04a44a230f6075 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 20 May 2016 14:29:15 -0700 Subject: [PATCH] Default timezone back to UTC --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 6239c0e22..a540a36d6 100644 --- a/.env.example +++ b/.env.example @@ -5,7 +5,7 @@ APP_ENV=production APP_DEBUG=false APP_KEY=ChangeMe APP_URL=null -APP_TIMEZONE='US/Pacific' +APP_TIMEZONE='UTC' APP_LOCALE=en