From: Matt Selsky Date: Sun, 7 Dec 2014 13:59:32 +0000 (+0000) Subject: Bug 822629 - use numeric form when specifying time zones in RDF output for buglist... X-Git-Tag: release-5.1.1~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=836f2b06076c2679da6a9ac6ae00e1abb69aa200;p=thirdparty%2Fbugzilla.git Bug 822629 - use numeric form when specifying time zones in RDF output for buglist.cgi. r=gerv. --- diff --git a/template/en/default/list/list.rdf.tmpl b/template/en/default/list/list.rdf.tmpl index 00eca0e0b9..1ee216a1ee 100644 --- a/template/en/default/list/list.rdf.tmpl +++ b/template/en/default/list/list.rdf.tmpl @@ -15,7 +15,7 @@ - [% currenttime FILTER time('%Y-%m-%d %T %Z') FILTER html %] + [% currenttime FILTER time('%Y-%m-%d %T %z') FILTER html %] [% FOREACH bug = bugs %]