summaryrefslogtreecommitdiffstats
path: root/src/datetime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datetime.c')
-rw-r--r--src/datetime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datetime.c b/src/datetime.c
index d1a720d..15a6b83 100644
--- a/src/datetime.c
+++ b/src/datetime.c
@@ -99,6 +99,8 @@ static const char *DATETIME_MISC_FMTS_[] = {
" %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 ",
NULL
};