likexian / whois-parser

Whois parser for domain whois information parsing in Go(Golang).
Apache License 2.0
284 stars 86 forks source link

Add support for more layouts when parsing times #66

Closed romaincointepas closed 6 months ago

romaincointepas commented 1 year ago

whois.dns.pl

created:               2002.09.19 13:00:00

Suggested layout: 2006.01.02 15:04:05


whois.dns.be

Registered: Tue Dec 6 2000

Suggested layout: Mon Jan _2 2006


whois.jprs.jp

[Registered Date]               2001/03/22

Suggested layout: 2006/01/02

OneSeven commented 1 year ago

Supplement:

Registration Time: 2021-08-31 10:51:20
Expiration Time: 2023-08-31 10:51:20
likexian commented 6 months ago

Hello @romaincointepas It is now supported, please try the latest version.


If you think this repository is helpful, please share it with friends, thanks.