Show TOC

Valid Time Zones for the Open AdapterLocate this document in the navigation structure

Examples of possible valid time zones for UTCTimeZone properties in various adapter reader components.

In the UTCTimeZone property, you can set any time zone that Java recognizes. Currently, there are over 500 time zones. You can retrieve the comprehensive list in Java through the TimeZone object's getAvailableIDs() method:

TimeZone.getAvailableIds()