one_day_event: name: One Day Event start_time: <%= Time.current.beginning_of_day %> end_time: <%= Time.current.end_of_day %> two_day_event: name: Meeting Two start_time: <%= Time.current.beginning_of_month %> end_time: <%= Time.current.beginning_of_month + 36.hours %> three_day_event: name: Three Days Events start_time: <%= Time.current.beginning_of_month %> end_time: <%= Time.current.beginning_of_month + 60.hours %> event_in_the_past: name: Event In The Past start_time: <%= Time.current - 5.years %> end_time: <%= Time.current - 5.years %> events_in_the_past: name: Events In The Past start_time: <%= Time.current - 4.years %> end_time: <%= Time.current - 4.years + 24.hours %> one_day_event_in_the_future: name: Event In The Future start_time: <%= Time.current + 4.years %> end_time: <%= Time.current + 4.years %> two_day_events_in_the_future: name: Event In The Future start_time: <%= Time.current + 5.years %> end_time: <%= Time.current + 5.years + 24.hours %>