getTimeZone(StringBuffer) method [deprecated]
Deprecated. This method has been moved to Server#getTimeZone(). This method is no longer supported.
Syntax
public
final void
getTimeZone
(
StringBuffer
tz
)
Exceptions
-
UnsupportedOperationException –
to indicate that the method is no longer supported and should not be called.
Usage
Override Server#getTimeZone() instead, as the time zone affects the entire Java system connection and not a specific user.