public void Init()
 {
     startDate = DateUtil.ParseDateToUtc("2007-06-30T05:16:11.000Z");
     endDate   = startDate.AddHours(2);
 }