Fix cases of Time misuse
Time.at => Time.zone.at Time.parse => Time.zone.parse Time.new => Time.zone.local
Showing
Please register or sign in to comment
Time.at => Time.zone.at Time.parse => Time.zone.parse Time.new => Time.zone.local