Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/pulls.html.ep
... ...
@@ -45,7 +45,7 @@
45 45
                 my $branch2 = $pull_request->{branch2};
46 46
                 my $commit = app->git->get_commit(app->rep_info($user, $project), $branch2);
47 47
                 my $open_time = $pull_request->{open_time};
48
-                my $open_time_age = Time::Moment->now_utc->epoch - $open_time;
48
+                my $open_time_age = Time::Moment->now->epoch - $open_time;
49 49
                 my $open_time_age_string = $self->app->git->_age_string($open_time_age);
50 50
               %>
51 51
               <li>