Commit b8c11203ab34171917033e29447a1bf36b33e63f
1 parent
ea83482a
Exists in
master
and in
1 other branch
Revert "Merge pull request #204 from shingara/fix/use_utc"
This reverts commit ea83482ab258ff2373ff1ac936f8d3eb26c59ae8, reversing changes made to 5b82e2d7b48a5cb5eedb97f6af3a58dd10f8fe12.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/problem.rb
@@ -119,7 +119,7 @@ class Problem | @@ -119,7 +119,7 @@ class Problem | ||
119 | end | 119 | end |
120 | collection.update({'_id' => self.id}, | 120 | collection.update({'_id' => self.id}, |
121 | {'$set' => {'app_name' => self.app_name, | 121 | {'$set' => {'app_name' => self.app_name, |
122 | - 'last_deploy_at' => self.last_deploy_at.utc}}) | 122 | + 'last_deploy_at' => self.last_deploy_at}}) |
123 | end | 123 | end |
124 | end | 124 | end |
125 | 125 |