Fix rubocop Rails/TimeZone warnings

This commit is contained in:
Tom Hughes 2022-03-01 22:55:10 +00:00
parent 304eb3b75c
commit b5f06e06c1
48 changed files with 89 additions and 96 deletions

View file

@ -1,6 +1,6 @@
FactoryBot.define do
factory :way do
timestamp { Time.now }
timestamp { Time.now.utc }
visible { true }
version { 1 }