diff options
author | gerv%gerv.net <> | 2002-07-27 03:16:34 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-07-27 03:16:34 +0200 |
commit | 91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821 (patch) | |
tree | 4ebb1792ed4e2d42418152f89284608a56ecd620 /template | |
parent | 65757d427b6a889511259145378eceb741662389 (diff) | |
download | bugzilla-91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821.tar.gz bugzilla-91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821.tar.xz |
Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index d89193290..d50d54cc5 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -38,7 +38,7 @@ %] <div align="center"> - <b>[% currenttime %]</b><br> + <b>[% time2str("%a %b %e %T %Z %Y", currenttime) %]</b><br> [% IF debug %] <p>[% query FILTER html %]</p> |