Hi,
Sugar Scheduler was not showing last run time and execute date correct. It was displaying 01/01/2000 05:30 for both the dates.
I made a change in modules/SchedulerJobs/SchedulerJobs.php function handleDateFormat().
I have commented $ret = $timedate->to_display_date_time($dbTime, true, true, $user); return $ret line and added return $dbTime.
After this change last run time and execute dates are coming correct but scheduler stopped executing jobs.
Can any one help.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks