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_r281049301
##########
File path: guacamole/src/main/webapp/app/settings/services/preferenceService.js
##########
@@ -98,6 +98,17 @@ angular.module('settings').provider('preferenceService',
['$injector',
return language.replace(/-/g, '_');
};
+
+ /**
+ * Return the timezone detected for the current browser session
+ * by the JSTZ timezone library.
+ *
+ * @returns String
+ * The name of the currently-detected timezone.
Review comment:
Is the format of the timezone returned by JSTZ known to conform to a
particular standard? If so, I suggest documenting that here.
----------------------------------------------------------------
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