necouchman 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_r281232409
##########
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:
Sounds good. Is there any precedent to adding a link/URL within the JavaDoc
for this to the Wikipedia article on tz database?
----------------------------------------------------------------
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