X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/6806ddfdff5e17ec85683d38bad814a46ffa4efe..a1614ba8c5397a7342cc72cbd104db00122662e5:/IkiWiki/Plugin/edittemplate.pm?ds=sidebyside diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm index 947c8f215..c2a8da29f 100644 --- a/IkiWiki/Plugin/edittemplate.pm +++ b/IkiWiki/Plugin/edittemplate.pm @@ -156,7 +156,7 @@ sub filltemplate ($$) { } my $time = time(); - $template->param(time => IkiWiki::formattime($time, "%Y-%m-%d %H:%M:%S")); + $template->param(time => IkiWiki::date_3339($time)); return $template->output; }