hugoabonizio / schedule.cr

:clock3: Run periodic tasks in Crystal

Home Page:https://hugoabonizio.github.io/schedule.cr/Schedule.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken in Crystal 0.33

iambudi opened this issue · comments

commented

Time.new, Time.now, Time.utc_now are deprecated and removed in crystal 0.33. I guess we have to use Time.local or Time.utc?

In lib/schedule/src/schedule.cr:95:25

 95 | current_time = Time.now
                          ^--
Error: undefined method 'now' for Time.class

@iambudi @lebron32rus @philipp-classen sorry for the delay, I've been quite busy. PR #15 fixes this issue.