X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8140c993139247fb13e3827b30851d0b774c0f32..afcb345014d98914cd4f5d6b14ca2e30feac194c:/app/models/way.rb?ds=sidebyside diff --git a/app/models/way.rb b/app/models/way.rb index 94a6fa754..6e4f30d81 100644 --- a/app/models/way.rb +++ b/app/models/way.rb @@ -51,7 +51,7 @@ class Way < ActiveRecord::Base # This next section isn't required for the create, update, or delete of ways if create - way.timestamp = Time.now + way.timestamp = Time.now.getutc way.visible = true else if pt['timestamp'] @@ -296,7 +296,7 @@ class Way < ActiveRecord::Base private def save_with_history! - t = Time.now + t = Time.now.getutc # update the bounding box, note that this has to be done both before # and after the save, so that nodes from both versions are included in the