X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/6806ddfdff5e17ec85683d38bad814a46ffa4efe..bb5cf4a0940b8fd2750c6175adb15382b84c71e2:/IkiWiki/Plugin/edittemplate.pm

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;
 }