Files
cachet-docker/config/cachet.php
Joseph Cohen 9d91e19863 CS Fix
2015-10-08 16:15:44 -05:00

26 lines
533 B
PHP

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
/*
|--------------------------------------------------------------------------
| Cachet Timezone
|--------------------------------------------------------------------------
|
| The timezone Cachet uses for converting timezones on saving.
|
*/
'timezone' => 'UTC',
];