Cake\Chronos\Traits\FactoryTrait::createFromTimestampUTC PHP Метод

createFromTimestampUTC() публичный статический Метод

Create a ChronosInterface instance from an UTC timestamp
public static createFromTimestampUTC ( integer $timestamp ) : static
$timestamp integer The UTC timestamp to create an instance from.
Результат static
    public static function createFromTimestampUTC($timestamp)
    {
        return new static('@' . $timestamp);
    }