summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-29 14:31:13 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-29 15:58:32 (EDT)
commitedc780c6a1406de34d111bc327ee8a534fb0d613 (patch)
tree4166b4839df67da3a1969f187899ed0daf1910fb
parentda429b26da865573f33a27619f1730af8afdea73 (diff)
downloadatsign-edc780c6a1406de34d111bc327ee8a534fb0d613.zip
atsign-edc780c6a1406de34d111bc327ee8a534fb0d613.tar.gz
atsign-edc780c6a1406de34d111bc327ee8a534fb0d613.tar.bz2
datetime: Add some missing formats
-rw-r--r--src/datetime-formats.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/datetime-formats.c b/src/datetime-formats.c
index 3c0d099..f79cd67 100644
--- a/src/datetime-formats.c
+++ b/src/datetime-formats.c
@@ -108,6 +108,14 @@
" %m/%d/%Y %H%M%S ",
" %m/%d/%Y %I%M %p ",
" %m/%d/%Y %H%M ",
+" %I:%M:%S %p %m/%d/%Y ",
+" %H:%M:%S %m/%d/%Y ",
+" %I:%M %p %m/%d/%Y ",
+" %H:%M %m/%d/%Y ",
+" %I%M%S %p %m/%d/%Y ",
+" %H%M%S %m/%d/%Y ",
+" %I%M %p %m/%d/%Y ",
+" %H%M %m/%d/%Y ",
/* 31 Dec 1969 */
" %d %b %Y %I:%M:%S %p ",