We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tucows seems to use a slightly different format for dates:
Registrar URL: http://tucowsdomains.com Updated Date: 2021-11-21T04:59:14 Creation Date: 2002-12-20T20:08:56 Registrar Registration Expiration Date: 2022-12-20T20:08:56
It looks like modifying whois/Whois/Resources/generic/tld/Found01.txt to include their format (missing the Z) will work:
whois/Whois/Resources/generic/tld/Found01.txt
Z
Creation Date:{ Registered : ToDateTimeUtc("yyyy-MM-ddTHH:mm:ss") } Updated Date:{ Updated : ToDateTimeUtc("yyyy-MM-ddTHH:mm:ss") } Registrar Registration Expiration Date:{ Expiration : ToDateTimeUtc("yyyy-MM-ddTHH:mm:ss") }
Example domain is tucowsdomains.com itself.
tucowsdomains.com
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tucows seems to use a slightly different format for dates:
It looks like modifying
whois/Whois/Resources/generic/tld/Found01.txt
to include their format (missing theZ
) will work:Example domain is
tucowsdomains.com
itself.The text was updated successfully, but these errors were encountered: