NerdsAndCompany\Schematic\Console\App::getTimeZone PHP Method

getTimeZone() public method

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
return string
    public function getTimeZone()
    {
        return $this->asa('SchematicBehavior')->getTimezone();
    }