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);
    }