mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Default timezone back to UTC
This commit is contained in:
parent
78fc6dec3c
commit
c56ceebb40
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue