9 lines
93 B
PHP
9 lines
93 B
PHP
|
<?php
|
||
|
/**
|
||
|
* These are for the cron tasks that run
|
||
|
*/
|
||
|
|
||
|
return [
|
||
|
'timezone' => 'UTC',
|
||
|
];
|