Configuring Java Component locales using TimeZones.xml
Open <context root>\WEB-INF\TimeZones.xml to see a listing of the available time zones in Java Component. Add time zones to this file by following the exact format of the existing time zones. To see each time zone in the file, search for the following string:
<TimeZone
or:
<DisplayName>
Searching for <TimeZone places the mouse pointer on the line with the ID for the time zone. Searching for <DisplayName> places the mouse pointer on the line with the descriptive name for the time zone.
Some time zone names have short abbreviations for the ID. All time zone names have a full descriptive ID, such as Samoa Standard Time or Greenwich Standard Time. The DisplayName provides the relative time from Greenwich Standard Time and one or more locations that the time zone includes.
You specify a default time zone for a custom web application in <context root>\WEB-INF\web.xml.

Additional Links:

Copyright Actuate Corporation 2012