]> git.openstreetmap.org Git - rails.git/blobdiff - test/factories/old_node.rb
Fix rubocop Rails/TimeZone warnings
[rails.git] / test / factories / old_node.rb
index e129b62f7b7a5b6118f6cf9f136964c193aecb65..a2ca0a2ee3c7780389d2f11ead22ba60455574a8 100644 (file)
@@ -7,7 +7,7 @@ FactoryBot.define do
     association :current_node, :factory => :node
 
     visible { true }
-    timestamp { Time.now }
+    timestamp { Time.now.utc }
     version { 1 }
   end
 end