]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/user.rb
fix another way-node/Way-Node problem in amf_controller; add WinIE JS compatibility...
[rails.git] / app / models / user.rb
index ce244fe02448bce114dbb79d25b6a009a4848f28..4113662aa411e3e5c3c60b1f809f2a0d2dc3a93d 100644 (file)
@@ -30,7 +30,7 @@ class User < ActiveRecord::Base
   file_column :image, :magick => { :geometry => "100x100>" }
 
   def after_initialize
-    self.creation_time = Time.now if self.creation_time.nil?
+    self.creation_time = Time.now.getutc if self.creation_time.nil?
   end
 
   def encrypt_password