diff options
author | jake%bugzilla.org <> | 2002-11-28 01:00:20 +0100 |
---|---|---|
committer | jake%bugzilla.org <> | 2002-11-28 01:00:20 +0100 |
commit | 0fcc20760ab4c49ec7e3b93f9025a9b0b8d2046b (patch) | |
tree | d0b0499d6800b30420d6a96eb3ac87e5b6ff1eec /template/en/default/bug/activity | |
parent | bc3da73c9bfb25bab7416b473bdbcbed38d7ef3f (diff) | |
download | bugzilla-0fcc20760ab4c49ec7e3b93f9025a9b0b8d2046b.tar.gz bugzilla-0fcc20760ab4c49ec7e3b93f9025a9b0b8d2046b.tar.xz |
Bug 67077 - We now include the timezone (as configured in editparams.cgi) on every time we display.
r=justdave
a=justdave
Diffstat (limited to 'template/en/default/bug/activity')
-rw-r--r-- | template/en/default/bug/activity/table.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index 45c8e4380..95beaef14 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -61,7 +61,7 @@ [% operation.who %] </td> <td rowspan="[% operation.changes.size %]" valign="top"> - [% operation.when %] + [% operation.when FILTER time %] </td> [% FOREACH change = operation.changes %] [% "</tr><tr>" IF loop.index > 0 %] |