Add .bg expiry date format withou mseconds
authorEvgeni Kunev <evgeni.kunev@gmail.com>
Mon, 11 Aug 2014 17:26:08 +0300
changeset 27 2afe979e4f4a
parent 26 e0b929723473
child 28 e94a8b50235d
Add .bg expiry date format withou mseconds
whois/parser.py
--- a/whois/parser.py	Mon Aug 11 15:23:49 2014 +0300
+++ b/whois/parser.py	Mon Aug 11 17:26:08 2014 +0300
@@ -31,6 +31,7 @@
         '%Y-%m-%d %H:%M:%SZ',       # 2000-08-22 18:55:20Z
         '%Y-%m-%d %H:%M:%S',        # 2000-08-22 18:55:20
         '%d %b %Y %H:%M:%S',        # 08 Apr 2013 05:44:00
+        '%d/%m/%Y %H:%M:%S %Z',     # 23/04/2015 12:00:07 EEST
         '%d/%m/%Y %H:%M:%S.%f %Z',  # 23/04/2015 12:00:07.619546 EEST
     ]