diff options
-rw-r--r-- | Bugzilla/BugMail.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 10bdf3b9e..69fb7b7b7 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -138,7 +138,7 @@ sub ProcessOneBug { my %values = %{$dbh->selectrow_hashref( 'SELECT ' . join(',', @::log_columns) . ', - lastdiffed AS start, NOW() AS end + lastdiffed AS start, LOCALTIMESTAMP(0) AS end FROM bugs WHERE bug_id = ?', undef, $id)}; |