Revert breaking commits

This reverts the following commits:
c129b8a06f
c7c923a317
006c135a64
This commit is contained in:
Dan Rice 2015-04-14 22:26:07 -04:00
parent aa14a8e802
commit 556c68c2e6
6 changed files with 63 additions and 63 deletions

View file

@ -93,7 +93,7 @@ module RecurringTodos
# TODO: recheck if future rails versions have this problem too
start = Time.utc(start.year, start.month, start.day)+n.months
end
Time.zone.local(start.year, start.month, every_x_day).localtime.at_midnight
Time.zone.local(start.year, start.month, every_x_day)
end
def find_relative_day_of_month(start, n)