io-developer / php-whois

PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 8.0 compatible (5.4+ old versions)
MIT License
437 stars 117 forks source link

fix the date change in .cl domains #209

Open zaherg opened 1 year ago

zaherg commented 1 year ago
Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes (I had to update GH Actions to make it work, for some reason it stuck)
Fixed tickets #203
License MIT

as mentioned in the ticket, the dates were not parsed, due to the change of the date from nic.cl (I guess), this PR should fix that

image