Locale-Sensitive Java Method
java.util.TimeZone
public static TimeZone getDefault()
Internationalization (I18n) Method Overview
getDefault returns the default TimeZone for this host.
The source of the default TimeZone may vary with implementation.
For more information on getDefault ,
click
here.
I18n Issues
The default TimeZone may not be correct.
Be sure to call setDefault() to set the desired TimeZone, which will then be
returned when getDefault() is called.
Locale-Sensitive Java Methods
|