mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 08:14:44 -04:00
Allow custom time zone for application
This commit is contained in:
parent
30c974c255
commit
0379d2b4f7
@ -3,6 +3,7 @@ APP_DEBUG=true
|
|||||||
APP_URL=http://ninja.dev
|
APP_URL=http://ninja.dev
|
||||||
APP_CIPHER=rijndael-128
|
APP_CIPHER=rijndael-128
|
||||||
APP_KEY
|
APP_KEY
|
||||||
|
APP_TIMEZONE
|
||||||
|
|
||||||
DB_TYPE=mysql
|
DB_TYPE=mysql
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
|
@ -41,7 +41,7 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'timezone' => 'UTC',
|
'timezone' => env('APP_TIMEZONE', 'UTC'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user