Merge pull request #1025 from cachethq/cachet-timezone

[WIP] Cachet timezone
This commit is contained in:
Graham Campbell
2015-10-09 14:41:30 +01:00
9 changed files with 69 additions and 10 deletions

25
config/cachet.php Normal file
View File

@@ -0,0 +1,25 @@
<?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',
];