Locale-Sensitive Java Method
java.util.TimeZone
public static TimeZone getTimeZone(String ID)
Internationalization (I18n) Method Overview
getTimeZone returns the TimeZone for the given ID.
For more information on getTimeZone,
click
here.
I18n Issues
This method is passed a hard-coded string ID.
Maybe this should be selected by user rather than hard-coded.
Locale-Sensitive Java Methods

|