Cake\Chronos\ChronosInterface::tz PHP Méthode

tz() public méthode

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