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

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

Get a ChronosInterface instance for the current date and time
public static now ( DateTimeZon\DateTimeZone | string | null $tz = null ) : static
$tz DateTimeZon\DateTimeZone | string | null The DateTimeZone object or timezone name.
Результат static
    public static function now($tz = null)
    {
        return new static('now', $tz);
    }