aboutsummaryrefslogtreecommitdiffstats
path: root/ui-tag.c
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-07-12 09:22:30 +0200
committerlookshe <github@lookshe.org>2016-07-12 09:22:30 +0200
commit1787404b6a618d07200db241c004d1bedc92f874 (patch)
treeaff8c654e8f3190210f80b4c886ee5a8e88e26fd /ui-tag.c
parent2209fe5157b431cf57898deb889acdcc704dda64 (diff)
parent40fbefba0514b33988d453aea05aa2b956e98f84 (diff)
Merge branch 'master' into lookshe/masterlookshe/master
Conflicts: filters/html-converters/md2html
Diffstat (limited to 'ui-tag.c')
-rw-r--r--ui-tag.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui-tag.c b/ui-tag.c
index 0afc663..6b838cb 100644
--- a/ui-tag.c
+++ b/ui-tag.c
@@ -76,7 +76,8 @@ void cgit_print_tag(char *revname)
htmlf(" (%s)</td></tr>\n", sha1_to_hex(sha1));
if (info->tagger_date > 0) {
html("<tr><td>tag date</td><td>");
- cgit_print_date(info->tagger_date, FMT_LONGDATE, ctx.cfg.local_time);
+ html_txt(show_date(info->tagger_date, info->tagger_tz,
+ cgit_date_mode(DATE_ISO8601)));
html("</td></tr>\n");
}
if (info->tagger) {