ui-shared: use show_date for footer timestamp

Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
John Keeping 2016-01-19 19:33:06 +00:00 کامیت شده توسط Jason A. Donenfeld
والد f2a901d2e1
کامیت e68c86e8c5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده

مشاهده پرونده

@ -801,7 +801,7 @@ void cgit_print_docend(void)
else {
htmlf("<div class='footer'>generated by <a href='http://git.zx2c4.com/cgit/about/'>cgit %s</a> at ",
cgit_version);
cgit_print_date(time(NULL), FMT_LONGDATE, ctx.cfg.local_time);
html_txt(show_date(time(NULL), 0, cgit_date_mode(FMT_LONGDATE)));
html("</div>\n");
}
html("</div> <!-- id=cgit -->\n");