summaryrefslogtreecommitdiffstats
path: root/src/datetime-formats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datetime-formats.c')
-rw-r--r--src/datetime-formats.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/datetime-formats.c b/src/datetime-formats.c
index d3e327b..0175d00 100644
--- a/src/datetime-formats.c
+++ b/src/datetime-formats.c
@@ -27,6 +27,24 @@
" %I%M %p ",
" %H%M ",
+/* Wed */
+" %a %I:%M:%S %p ",
+" %a %H:%M:%S ",
+" %a %I:%M %p ",
+" %a %H:%M ",
+" %a %I%M%S %p ",
+" %a %H%M%S ",
+" %a %I%M %p ",
+" %a %H%M ",
+" %I:%M:%S %p %a ",
+" %H:%M:%S %a ",
+" %I:%M %p %a ",
+" %H:%M %a ",
+" %I%M%S %p %a ",
+" %H%M%S %a ",
+" %I%M %p %a ",
+" %H%M %a ",
+
/* ISO 8601: 1969-12-31 delimited by "T" */
" %Y-%m-%dT%H:%M:%S ",
" %Y-%m-%dT%H:%M ",