+const struct date_mode *cgit_date_mode(const char *format)
+{
+ static struct date_mode mode;
+ mode.type = DATE_STRFTIME;
+ mode.strftime_fmt = format;
+ mode.local = ctx.cfg.local_time;
+ return &mode;
+}
+
+static void print_rel_date(time_t t, int tz, double value,