SchedulerHelper not disaplying any records?

Below is database table with records.

id start_date end_date text rec_type event_pid event_length hid doctor_id
2 2014-06-06 01:00:00 2014-06-06 01:45:00 New Event 0 0 1 sc1492342340b23a0

Ques:- when ever i passing start_date as ‘2014-06-06 01:00:00’ and end_date as ‘2014-06-06 01:45:00’ its returning empty array()?

Note: i am using updated SchedulerHelper.php file.