Manage your 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 your system to adjust to your local time settings, add a mapping to the ibm-timeZone attribute.
To manage your time settings:
- To add the attribute:
Option Description File exists Open the WP_PROFILEcells/cell/wim/model/wimxmlextension.xml file. File does not exist Create the WP_PROFILEcells/cell/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 topic
Configure portal behavior