ENH: adding custom date format for proftpd when logging in its own log file (default on Debian) -- includes milliseconds

Should resolve Debian #648276
This commit is contained in:
Yaroslav Halchenko 2013-11-16 22:15:27 -05:00
parent ed212fcdcc
commit d4f6ca4f85
3 changed files with 10 additions and 0 deletions

View file

@ -74,6 +74,7 @@ class DateDetectorTest(unittest.TestCase):
(False, "23/Jan/2005:21:59:59"),
(False, "01/23/2005:21:59:59"),
(False, "2005-01-23 21:59:59"),
(False, "2005-01-23 21:59:59,099"), # proftpd
(False, "23-Jan-2005 21:59:59"),
(False, "23-01-2005 21:59:59"),
(False, "01-23-2005 21:59:59.252"), # reported on f2b, causes Feb29 fix to break