2015-10-08 16:11:30 -05:00
|
|
|
<?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',
|
2015-10-08 17:16:37 -04:00
|
|
|
|
2015-10-08 16:11:30 -05:00
|
|
|
];
|