X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/06915a77b5af2ab0354e895c3c1ceb0e028f37fb..a544895e6c82f29ff20dbcb588fbb9359120d8d1:/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