summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/formats.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/formats.h b/src/formats.h
index 1dae905..291d440 100644
--- a/src/formats.h
+++ b/src/formats.h
@@ -229,10 +229,10 @@ static const char *FORMATS_MISC[] = {
" %Y%m%dT%H%M%S ",
" %Y%m%dT%H%M ",
/* 19691231 */
- " %Y%m%d %I%M%S %p ",
- " %Y%m%d %H%M%S ",
- " %Y%m%d %I%M %p ",
- " %Y%m%d %H%M ",
+ " %Y%m%d %I%M%S %p ",
+ " %Y%m%d %H%M%S ",
+ " %Y%m%d %I%M %p ",
+ " %Y%m%d %H%M ",
/* Wed Dec 31 19:00:01 1969 */
" %a %b %d %H:%M:%S %Y ",
};