diff options
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/recentchanges.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm index bdd386c7b..5727f9af1 100644 --- a/IkiWiki/Plugin/recentchanges.pm +++ b/IkiWiki/Plugin/recentchanges.pm @@ -88,7 +88,7 @@ sub store ($$) { #{{{ my $template=template("change.tmpl", blind_cache => 1); $template->param( %$change, - commitdate => displaytime($change->{when}, "%x %x"), + commitdate => displaytime($change->{when}, "%X %x"), wikiname => $config{wikiname}, ); $template->param(baseurl => "$config{url}/") if length $config{url}; |