mike-jumper commented on a change in pull request #348: GUACAMOLE-422: Forward
Timezone to RDP and SSH Connections
URL: https://github.com/apache/guacamole-client/pull/348#discussion_r281048033
##########
File path:
guacamole-common/src/main/java/org/apache/guacamole/protocol/GuacamoleClientInformation.java
##########
@@ -144,5 +149,25 @@ public void setOptimalResolution(int optimalResolution) {
public List<String> getImageMimetypes() {
return imageMimetypes;
}
+
+ /**
+ * Return the timezone as reported by the client.
+ *
+ * @return
+ * A string value of the timezone reported by the client.
+ */
+ public String getTimezone() {
+ return timezone;
+ }
+
+ /**
+ * Set the string value of the timezone.
Review comment:
Same here: as it will not otherwise be clear to a user of this class, the
standard that these timezone strings should conform to should be documented.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services