Topic: Misreported date

I am looking at a G/L report and noticing that the calendar gives options Sunday May 15, 2021.
But today is Sunday May 16 where I am.

2 (edited by rafat 05/17/2021 10:47:08 am)

Re: Misreported date

Maybe your server timezone is different from your actual timezone.
System dates are defined in config.php and config.default.php

Example in config.php and config.default.php

    // Server time zone. Since php 5.3.0 time zone have to be set either here or in server php ini file
    if (!ini_get('date.timezone'))
        ini_set('date.timezone', 'Asia/Dubai');