mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
GUACAMOLE-422: Document valid timezone values for setting timezone.
This commit is contained in:
@@ -167,7 +167,9 @@ public class GuacamoleClientInformation {
|
||||
* database format.
|
||||
*
|
||||
* @param timezone
|
||||
* The string value of the timezone reported by the client.
|
||||
* The string value of the timezone reported by the client, in tz
|
||||
* database format, or null if the timezone is not provided by the
|
||||
* client.
|
||||
*/
|
||||
public void setTimezone(String timezone) {
|
||||
this.timezone = timezone;
|
||||
|
Reference in New Issue
Block a user