Manage time settings
Overview
Some applications, like Calendar, are capable of adapting to the time zone settings of a user. By default, this functionality is disabled. To enable the system to adjust to the local time settings, add a mapping to the ibm-timeZone attribute.
Manage time settings
- Choose one of the following options to add the attribute:
Option Description File exists Edit... profile_root/config/cells/cellname/wim/model/wimxmlextension.xml
File does not exist Create profile_root/config/cells/cellname/wim/model/wimxmlextension.xml
- Add the following information to wimxmlextension.xml:
<?xml version="1.0" encoding="UTF-8" ?> <sdo:datagraph xmlns:sdo="commonj.sdo" xmlns:wim="http://www.ibm.com/websphere/wim"> <wim:schema> <wim:propertySchema nsURI="http://www.ibm.com/websphere/wim" dataType="String" multiValued="false" propertyName="ibm-timeZone"> <wim:applicableEntityTypeNames>PersonAccount</wim:applicableEntityTypeNames> </wim:propertySchema> </wim:schema> </sdo:datagraph>
If the file already exists, only add the information between <wim:schema> and </wim:schema>.
- Save changes.
Parent topic:
Configure portal behavior