From 91c380dc0ccc1b6f958fdaeb9c1888bbfbba5821 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 27 Jul 2002 01:16:34 +0000 Subject: Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv. --- template/en/default/list/list.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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 @@ %]
- [% currenttime %]
+ [% time2str("%a %b %e %T %Z %Y", currenttime) %]
[% IF debug %]

[% query FILTER html %]

-- cgit v1.2.3-24-g4f1b