Cake\Chronos\ChronosInterface::tz PHP 메소드

tz() 공개 메소드

Alias for setTimezone()
public tz ( DateTimeZon\DateTimeZone | string $value ) : static
$value DateTimeZon\DateTimeZone | string The DateTimeZone object or timezone name to use.
리턴 static
    public function tz($value);
ChronosInterface