tao-test/app/generis/config/default/UserTimezoneService.conf.php

9 lines
208 B
PHP
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?php
use oat\oatbox\user\UserTimezoneService;
use oat\oatbox\user\UserTimezoneServiceInterface;
return new UserTimezoneService([
UserTimezoneServiceInterface::OPTION_USER_TIMEZONE_ENABLED => true,
]);