Other |
---|
1.4.0 beta2Fixed |
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
TimeZone spec: If the time zone you want is not represented by one of the supported IDs, then you can create a custom time zone ID with the following syntax: GMT[+|-]hh[[:]mm] However, the specified custom ID value is not used for a custom TimeZone object, but "Custom" is always given as its ID. So, there is no way to identify a custom TimeZone object using the custom ID. Also, the syntax should be: GMT{+|-}hh[[:]mm] '+' or '-' is required after "GMT". SimpleDateFormat spec: For time zones that have no names, use strings GMT+hours:minutes or GMT-hours:minutes. However, SimpleDateFormat.parse accepts other formats, such as GMT+hhmm, +hhmm (RFC822-style), etc. It needs to clarify the spec.
|