Sha256: 21b7b7e1d8087fb91c42ef9b3f20fefbf488f633021b1e00a89d4057a742f92c
Contents?: true
Size: 1022 Bytes
Versions: 5
Compression:
Stored size: 1022 Bytes
Contents
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 %>
Version data entries
5 entries across 5 versions & 1 rubygems