tShow date as UTC - stagit - [fork] customized build of stagit, the static git page generator
(HTM) git clone git://src.adamsgaard.dk/stagit
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3c8cf6cdf02c10a918d0b656dd4bccc459a8fdbd
(DIR) parent d1d85502bcdcab164b0e7b3d95939bef42b8a544
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 22 Jul 2020 07:52:37 +0200
Show date as UTC
Diffstat:
M stagit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/stagit.c b/stagit.c
t@@ -1093,7 +1093,7 @@ writerefs(FILE *fp)
if (++count == 1) {
fprintf(fp, "<h2>%s</h2><table id=\"%s\">"
"<thead>\n<tr><td><b>Name</b></td>"
- "<td><b>Last commit date</b></td>"
+ "<td><b>Last commit date (UTC)</b></td>"
"<td><b>Author</b></td>\n</tr>\n"
"</thead><tbody>\n",
titles[j], ids[j]);