support polish date format
authorRichard Penman
Wed, 05 Mar 2014 14:48:39 -0500
changeset 18 0181ec83a7e9
parent 17 2d4e7d896236
child 19 187df5b7a44a
support polish date format
whois/parser.py
--- a/whois/parser.py	Wed Mar 05 14:45:33 2014 -0500
+++ b/whois/parser.py	Wed Mar 05 14:48:39 2014 -0500
@@ -21,6 +21,7 @@
         '%d.%m.%Y', 				# 2.1.2000
         '%Y.%m.%d',                 # 2000.01.02
         '%Y/%m/%d',                 # 2000/01/02
+        '%Y.%m.%d %H:%M:%S',        # 2014.03.08 10:28:24
         '%d-%b-%Y %H:%M:%S %Z',		# 24-Jul-2009 13:20:03 UTC
         '%a %b %d %H:%M:%S %Z %Y',  # Tue Jun 21 23:59:59 GMT 2011
         '%Y-%m-%dT%H:%M:%SZ',       # 2007-01-26T19:10:31Z