Skip to content

Commit

Permalink
.tr domains were accidentally working, adding an explicit format
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWeissABK committed Apr 2, 2024
1 parent bb194c5 commit 2830480
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 @@ -62,6 +62,7 @@
"before %Y-%m-%d", # before 1996-01-01
"before %Y%m%d", # before 19960821
"%Y-%m-%d %H:%M:%S (%Z%z)", # 2017-09-26 11:38:29 (GMT+00:00)
"%Y-%b-%d.", # 2024-Apr-02.
]


Expand Down

0 comments on commit 2830480

Please sign in to comment.