Skip to content

What is a timezone for domain in expirationDate field? #218

@piotrgradzinski

Description

@piotrgradzinski

When I'm getting basic information about the domain

<?php
use Iodev\Whois\Factory;

$domainInfo = $whois->loadDomainInfo("domain.com");
var_dump($domainInfo->expirationDate);

within the field expirationDate I'm getting a timestamp, which the I can convert to an object.

My question is, what timezone is used for that timestamp. I assume that the library is not providing this information as I wasn't able to fetch it via whois database. Is there a way to obtain the list of timezones for each domain type?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions