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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 5adef4d..501cb48 100644
--- a/cgit.h
+++ b/cgit.h
@@ -32,6 +32,8 @@
/*
* Dateformats used on misc. pages
*/
+#define FMT_LONGDATE "%Y-%m-%d %H:%M:%S (%Z)"
+#define FMT_SHORTDATE "%Y-%m-%d"
#define FMT_ATOMDATE "%Y-%m-%dT%H:%M:%SZ"