Configure the time settings
Some applications, like Calendar, are capable of adapting to the time zone settings of a user. By default, this functionality is disabled. To enable system to adjust to local time settings, add a mapping to the ibm-timeZone attribute.
To manage time settings:
- Choose one of the following options to add the attribute:
Option Description File exists Open the WP_PROFILE/config/cells/cellname/wim/model/wimxmlextension.xml file. File does not exist Create the WP_PROFILE/config/cells/cellname/wim/model/wimxmlextension.xml file.
- Add the following information to the wimxmlextension.xml file:
<?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
Configure portal behavior