note utc timezone in table headers - stagit-gopher - [fork] static git page generator for gopher
HTML git clone https://git.drkhsh.at/stagit-gopher.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 3ebefb0ad403511ac4d08c2936811a8e1fb0e4fd
DIR parent 1efd06e573e8e7590d8cf50c0cc8812548b5a69a
HTML Author: drkhsh <me@drkhsh.at>
Date: Sat, 19 Jul 2025 03:26:44 +0200
note utc timezone in table headers
Diffstat:
M stagit-gopher-index.c | 2 +-
M stagit-gopher.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/stagit-gopher-index.c b/stagit-gopher-index.c
@@ -181,7 +181,7 @@ writeheader(FILE *fp)
fprintf(fp, "%-20.20s ", "Name");
fprintf(fp, "%-39.39s ", "Description");
- fprintf(fp, "%s\n", "Last commit");
+ fprintf(fp, "%s\n", "Last commit (UTC)");
}
int
DIR diff --git a/stagit-gopher.c b/stagit-gopher.c
@@ -1204,7 +1204,7 @@ writerefs(FILE *fp)
if (++count == 1) {
fprintf(fp, "%s\n", titles[j]);
fprintf(fp, " %-32.32s", "Name");
- fprintf(fp, " %-16.16s", "Last commit date");
+ fprintf(fp, " %-16.16s", "Last commit date (UTC)");
fprintf(fp, " %s\n", "Author");
}