GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-server/pull/169
GUACAMOLE-422: Add support for timezone redirection
These are the server-side changes necessary to support timezone redirection
for RDP and SSH. I originally attempted to implement for Telnet, as well;
however, I quickly found that at least the default Linux telnet server
implementation completely ignores arbitrary environment variables and only pays
attention to specific ones (USER, REMOTEHOST, DISPLAY, etc.).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-server jira/422
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-server/pull/169.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #169
----
commit 78664c50a280aca5041fa2494f9dde5681ad46cc
Author: Nick Couchman <vnick@...>
Date: 2018-04-11T01:31:50Z
GUACAMOLE-422: Support timezone redirection in RDP via TZ variable.
commit 4fbaf36a8731c6d80c04518f194138ccf8e9c885
Author: Nick Couchman <vnick@...>
Date: 2018-06-02T16:00:22Z
GUACAMOLE-422: Add support for passing through TZ in SSH.
----
---