GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-client/pull/348
GUACAMOLE-422: Forward Timezone to RDP and SSH Connections
These are the client-side changes to allow both detection of (via JSTZ) and
overriding of the client timezone for remote connections (SSH and RDP).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-client jira/422
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/348.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 #348
----
commit 632475adab8179147dfbb9798be4decd646db47d
Author: Nick Couchman <vnick@...>
Date: 2018-06-02T12:47:41Z
GUACAMOLE-422: Add timezone selection for RDP connections.
commit 0af7ea02d86c4e55a595c864508e955fe3a28493
Author: Nick Couchman <vnick@...>
Date: 2018-06-03T01:04:01Z
GUACAMOLE-422: Implement client-side timezone detection.
commit 0c931e0cd126c1c6938818723267453a7d4aa193
Author: Nick Couchman <vnick@...>
Date: 2018-06-03T12:41:35Z
GUACAMOLE-422: Add tunnel parameter for sending the timezone.
commit eddfb10ef0ec05603a8480490af38098266f7178
Author: Nick Couchman <vnick@...>
Date: 2018-06-03T12:48:46Z
GUACAMOLE-422: Add field for timezone for SSH connections.
commit 2c4c1b056fd7dd2835e5e785755c24eadfa109c3
Author: Nick Couchman <vnick@...>
Date: 2018-06-03T18:59:47Z
GUACAMOLE-422: Add timezone to tunnel connections.
commit f18fe3ede1f25fdb8a2380678b7ad12207a6901f
Author: Nick Couchman <vnick@...>
Date: 2018-06-03T19:02:03Z
GUACAMOLE-422: Correct javadoc tag.
commit f295ddf67fef1c5c60477f3cac33b6b9e5e219f5
Author: Nick Couchman <vnick@...>
Date: 2018-06-04T10:37:31Z
GUACAMOLE-422: Revert weird addition of timezone field in JDBC module.
commit bcdd429d0f53c6da78b52690bd2629abd86f3d3c
Author: Nick Couchman <vnick@...>
Date: 2018-06-04T10:45:10Z
GUACAMOLE-422: Remove extra space in pom.xml
----
---