X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/942e62117ff7f12d40618a94ea3f4e86f8cb25af..13aead560185c3ec580b4cae70752a3afed7bb93:/test/factories/tracepoints.rb diff --git a/test/factories/tracepoints.rb b/test/factories/tracepoints.rb index 4ba152f6e..86d2aea57 100644 --- a/test/factories/tracepoints.rb +++ b/test/factories/tracepoints.rb @@ -4,7 +4,7 @@ FactoryBot.define do latitude { 1 * GeoRecord::SCALE } longitude { 1 * GeoRecord::SCALE } # tile { QuadTile.tile_for_point(1,1) } - timestamp { Time.now } + timestamp { Time.now.utc } trace end