NerdsAndCompany\Schematic\Console\App::getTimeZone PHP Метод

getTimeZone() публичный Метод

Returns the system time zone. Note that this method cannot be in {@link AppBehavior}, because Yii will check {@link \CApplication::getTimeZone()} instead.
public getTimeZone ( ) : string
Результат string
    public function getTimeZone()
    {
        return $this->asa('SchematicBehavior')->getTimezone();
    }