tbrand / neph

A modern command line job processor, similar with make command
https://tbrand.github.io/neph/
MIT License
204 stars 7 forks source link

Update to crystal 0.33 #89

Closed waghanza closed 4 years ago

waghanza commented 4 years ago

Hi @tbrand,

Crystal 0.33.0 has been release 3 days ago

It removes a deprecated function -> Time.now @see https://github.com/crystal-lang/crystal/blob/master/CHANGELOG.md#time-2

This PR replace Time.now with Time.local

Regards,

tbrand commented 4 years ago

Thanks