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

setTimezone() 공개 메소드

Set the instance's timezone from a string or object
public setTimezone ( DateTimeZon\DateTimeZone | string $value ) : static
$value DateTimeZon\DateTimeZone | string The DateTimeZone object or timezone name to use.
리턴 static
    public function setTimezone($value);
ChronosInterface