X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/041059690882d6420fd8bd087bb28e5cb2ea9123..61aecd32a458ff57075938b855da0e0efa03b9dc:/test/factories/traces.rb diff --git a/test/factories/traces.rb b/test/factories/traces.rb index 687339e7f..88c57745b 100644 --- a/test/factories/traces.rb +++ b/test/factories/traces.rb @@ -5,7 +5,7 @@ FactoryBot.define do user - timestamp { Time.now } + timestamp { Time.now.utc } inserted { true } size { 10 }