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_r282721136
##########
File path:
guacamole-common/src/main/java/org/apache/guacamole/protocol/GuacamoleClientInformation.java
##########
@@ -144,5 +149,30 @@ public void setOptimalResolution(int optimalResolution) {
public List<String> getImageMimetypes() {
return imageMimetypes;
}
+
+ /**
+ * Return the timezone as reported by the client, or null if the timezone
+ * is not set. Valid timezones are specified in tz database format.
Review comment:
Possibly relevant: https://www.iana.org/time-zones
----------------------------------------------------------------
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