-------------------------------------------------------------------------------- [2015-01-06 12:49:53] select count(*) as count, date from (select job_state,started_time-started_time%86400 as date from wpmybk_jobs where started_time>=1417910400 and finish_time<=1420588799 and job_state=1)A group by date,job_state -------------------------------------------------------------------------------- Array ( [count] => 1 [date] => 1420502400 ) -------------------------------------------------------------------------------- [2015-01-06 12:49:53] BackupState30dChart(from to , ct=1, zf=1) -------------------------------------------------------------------------------- --------------------------------------------------------------------------------