Time.now => Time.zone.now

This commit is contained in:
simon lehericey 2018-10-25 15:11:12 +02:00
parent 13ffa61435
commit 2238e5bd9f
21 changed files with 55 additions and 55 deletions

View file

@ -10,7 +10,7 @@ module Cellar
end
def sign(request, key)
date = Time.now.httpdate
date = Time.zone.now.httpdate
sig = signature(
method: request.method,
key: key,