From 3edada91b24eb424ecdb8c2de09aca769046bc00 Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Mon, 25 Jun 2012 15:55:03 +0200 Subject: [PATCH] add utc in last_deploy_at --- app/models/problem.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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