This function allows you to determine the default time zone of JobRouter.
Parameter |
Type |
Description |
|---|---|---|
- |
- |
- |
This function returns the default time zone of JobRouter. In case no default time zone was set, a JobRouterException is thrown.
Example:
…
$defaultTimezone = $this->getDefaultTimezone();
…