Skip to content

Commit

Permalink
Merge pull request #230 from BillWeissABK/fix-issue-228
Browse files Browse the repository at this point in the history
Handle "before YYYY" entries
  • Loading branch information
richardpenman authored Jun 17, 2024
2 parents 6e57d17 + 8197d89 commit 388f083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whois/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"%d/%m/%Y %H:%M:%S.%f %Z", # 23/04/2015 12:00:07.619546 EEST
"%B %d %Y", # August 14 2017
"%d.%m.%Y %H:%M:%S", # 08.03.2014 10:28:24
"before %Y", # before 2001
"before %b-%Y", # before aug-1996
"before %Y-%m-%d", # before 1996-01-01
"before %Y%m%d", # before 19960821
Expand Down

0 comments on commit 388f083

Please sign in to comment.