GUACAMOLE-422: Document valid timezone values for setting timezone.

This commit is contained in:
Virtually Nick
2019-05-06 16:29:03 -04:00
parent f4b41e8b19
commit 12ea1cb5dd

View File

@@ -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;