mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +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.
|
* database format.
|
||||||
*
|
*
|
||||||
* @param timezone
|
* @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) {
|
public void setTimezone(String timezone) {
|
||||||
this.timezone = timezone;
|
this.timezone = timezone;
|
||||||
|
Reference in New Issue
Block a user