aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index d10c799..5adef4d 100644
--- a/cgit.h
+++ b/cgit.h
@@ -29,6 +29,11 @@
#undef isgraph
#define isgraph(x) (isprint((x)) && !isspace((x)))
+/*
+ * Dateformats used on misc. pages
+ */
+#define FMT_ATOMDATE "%Y-%m-%dT%H:%M:%SZ"
+
/*
* Limits used for relative dates