diff --git a/app/models/problem.rb b/app/models/problem.rb index 9248a9e..80fbc41 100644 --- a/app/models/problem.rb +++ b/app/models/problem.rb @@ -119,7 +119,7 @@ class Problem end collection.update({'_id' => self.id}, {'$set' => {'app_name' => self.app_name, - 'last_deploy_at' => self.last_deploy_at}}) + 'last_deploy_at' => self.last_deploy_at.utc}}) end end -- libgit2 0.21.2