cgit

commit e68c86e8c54a6f03e7405dff3d38995c6c42e4fa

Author: John Keeping <john@keeping.me.uk>

ui-shared: use show_date for footer timestamp

Signed-off-by: John Keeping <john@keeping.me.uk>

 ui-shared.c | 2 +-


diff --git a/ui-shared.c b/ui-shared.c
index 3ce86fe7c8a82511adc70d6819605107844dafff..eaa45fb402f21aefcff21afe53e2bacae1ec0534 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -801,7 +801,7 @@ 		html_include(ctx.cfg.footer);
 	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");