PayWithAmazon\Client::getFormattedTimestamp PHP Метод

getFormattedTimestamp() приватный Метод

* Formats date as ISO 8601 timestamp
private getFormattedTimestamp ( )
    private function getFormattedTimestamp()
    {
        return gmdate("Y-m-d\\TH:i:s.\\0\\0\\0\\Z", time());
    }