Introduction
Introduction Statistics Contact Development Disclaimer Help
tShow date as UTC - stagit - [fork] customized build of stagit, the static git …
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit 3c8cf6cdf02c10a918d0b656dd4bccc459a8fdbd
parent d1d85502bcdcab164b0e7b3d95939bef42b8a544
Author: Anders Damsgaard <[email protected]>
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(-)
---
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]);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.