Posted by ashwinkumar
2016-11-01

Dear Tom, I am using the script with combination of followup script. To my recent surprise the "Last modified at" is not matching the system / server time due to which there is a delay of 5.30 hrs to receive email on my outlook. pls provide solution...
Posted by Tom
2016-11-01

>the "Last modified at" is not matching the system / server time due to which there is a delay of 5.30 hrs

You can adjust your time zone by the date_default_timezone_set function. For example,
date_default_timezone_set( 'America/Los_Angeles' );

Put date_default_timezone_set at the top of web/staff/index.php ( but after "<?php" )
Please make sure to replace America/Los_Angeles with your timezone. For the list of timezones, see
http://php.net/manual/en/timezones.php