Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(no commit message)
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
edittemplate.pm
diff --git
a/IkiWiki/Plugin/edittemplate.pm
b/IkiWiki/Plugin/edittemplate.pm
index 947c8f215302bdc04b9fbd9b0dbd891740542e14..c2a8da29f853ec5f13e8fab959773751cc86ada9 100644
(file)
--- 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;
}