Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Date Folder | Examples
 
Examples
You can specify timezone input parameters in the following formats:
*As a full name. For example:
Asia/Tokyo
America/Los_Angeles
You can use the java.util.TimeZone.getAvailableIDs() method to obtain a list of the valid full name time zone IDs that your JVM version supports.
*As a custom time zone ID, in the format GMT[+ | -]hh[ [:]mm]. For example:
GMT+2:00
All time zones 2 hours east of Greenwich (that is, Central Africa Time, Eastern European Time, and Egypt Standard Time)
GMT-3:00
All time zones 3 hours west of Greenwich (that is, Argentina Standard Time and Brazil Eastern Time)
GMT+9:30
All time zones 9.5 hours east of Greenwich (that is, Australian Central Time)
*As a three-letter abbreviation from the table above. For example:
PST
Pacific Standard Time
Note:
Because some three-letter abbreviations can represent multiple time zones (for example, "CST" could represent both U.S. "Central Standard Time" and "China Standard Time"), all abbreviations are deprecated. Use the full name or custom time zone ID formats instead.