Baikal\SystemBundle\Services\MainConfigService::getServerTimezone PHP Method

getServerTimezone() public method

public getServerTimezone ( )
    public function getServerTimezone()
    {
        return new \DateTimeZone($this->config->get('server_timezone'));
    }