From b4152056afe6e1d56152d78d148f8e282e548b41 Mon Sep 17 00:00:00 2001 From: Medina Maza Date: Sun, 17 Dec 2017 22:01:50 -0800 Subject: [PATCH] Added time format for day month year hour:minutes:seconds and optional millis --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index a7242cb4..edd40dd4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -66,6 +66,9 @@ TIME_FORMATS = \ "%d/%b/%Y:%H:%M:%S %z" \ "%d-%b-%Y %H:%M:%S %z" \ "%d-%b-%Y %H:%M:%S %Z" \ + "%d %b %Y %H:%M:%S" \ + "%d %b %Y %H:%M:%S.%L" \ + "%d %b %Y %H:%M:%S,%L" \ "%b %d %H:%M:%S" \ "%b %d %k:%M:%S" \ "%b %d %l:%M:%S" \