# HG changeset patch # User Evgeni Kunev # Date 1407767168 -10800 # Node ID 2afe979e4f4afcccbf6ff8cac0d78b55fc334064 # Parent e0b929723473f9c609b5bcb05c9bb902f428991c Add .bg expiry date format withou mseconds diff -r e0b929723473 -r 2afe979e4f4a 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 ]