From a86136ba159a1c630f8c3e6145a35edee9a2fbed Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Thu, 18 Aug 2022 17:08:31 +0800 Subject: [PATCH] use PRC as default timezone https://guangdagit.com/beike/beikeshop/issues/99 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3f90b95a..ed75c517 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ APP_ENV=local APP_KEY= APP_DEBUG=true APP_URL=http://localhost -APP_TIMEZONE=RPC +APP_TIMEZONE=PRC LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null