Skip to content

Commit

Permalink
Set start date to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikoval committed Mar 29, 2023
1 parent 29160e2 commit f67eb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def write_cal(name, cal)
ex_cal = Icalendar::Calendar.new
ex.funding_timings.each.with_index(1) do |funding_timing, index|
h, m = funding_timing.split(":").map(&:to_i)
start = DateTime.civil(2021, 1, 1, h, m)
start = DateTime.civil(2023, 1, 1, h, m)
event = Icalendar::Event.new
event.dtstart = start
event.dtend = start + 30.minutes
Expand Down

0 comments on commit f67eb55

Please sign in to comment.