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_r282711240
##########
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:
The JSTZ documentation states:
> The return value is an IANA zone info key (aka the Olson time zone
database).
>
> The IANA timezone database is pretty much standard for most platforms
(UNIX and Mac support it natively, and every programming language in the world
either has native support or well maintained libraries that support it).
Is the correct term for this "tz database format"? Or "IANA timezone
database format"? Or "IANA zone info key"? Or ... ?
----------------------------------------------------------------
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