Vs Nu Posted December 4, 2020 Share Posted December 4, 2020 Cron PHP timezone The timezone used by the WHMCS cron script, 'UTC', has a 5.5 hour difference to the timezone used by the WHMCS UI. To learn more about the importance of these PHP environment settings, see the cron documentation. But when i check the Timezone from user level SSH it was showing as php -ini | grep "date.timezone" date.timezone => Asia/Kolkata => Asia/Kolkata I had even created php.ini or .user.ini file and mention the timezone How to solve that warning in Health status 0 Quote Link to comment Share on other sites More sharing options...
lims Posted December 8, 2020 Share Posted December 8, 2020 On 12/4/2020 at 11:43 AM, Vs Nu said: Cron PHP timezone The timezone used by the WHMCS cron script, 'UTC', has a 5.5 hour difference to the timezone used by the WHMCS UI. To learn more about the importance of these PHP environment settings, see the cron documentation. But when i check the Timezone from user level SSH it was showing as php -ini | grep "date.timezone" date.timezone => Asia/Kolkata => Asia/Kolkata I had even created php.ini or .user.ini file and mention the timezone How to solve that warning in Health status added in configuration.php date_default_timezone_set('Asia/Kolkata'); 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.