Closed waghanza closed 4 years ago
Hi @tbrand,
Crystal 0.33.0 has been release 3 days ago
Crystal
It removes a deprecated function -> Time.now @see https://github.com/crystal-lang/crystal/blob/master/CHANGELOG.md#time-2
Time.now
This PR replace Time.now with Time.local
PR
Time.local
Regards,
Thanks
Hi @tbrand,
Crystal
0.33.0 has been release 3 days agoIt removes a deprecated function ->
Time.now
@see https://github.com/crystal-lang/crystal/blob/master/CHANGELOG.md#time-2This
PR
replaceTime.now
withTime.local
Regards,