mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-422: Update timezone format comments in AngularJS component.
This commit is contained in:
@@ -104,8 +104,8 @@ angular.module('settings').provider('preferenceService', ['$injector',
|
|||||||
* by the JSTZ timezone library.
|
* by the JSTZ timezone library.
|
||||||
*
|
*
|
||||||
* @returns String
|
* @returns String
|
||||||
* The name of the currently-detected timezone in tz database
|
* The name of the currently-detected timezone in IANA zone key
|
||||||
* format.
|
* format (Olson time zone database).
|
||||||
*/
|
*/
|
||||||
var getDetectedTimezone = function getDetectedTimezone() {
|
var getDetectedTimezone = function getDetectedTimezone() {
|
||||||
return jstz.determine().name();
|
return jstz.determine().name();
|
||||||
@@ -143,7 +143,9 @@ angular.module('settings').provider('preferenceService', ['$injector',
|
|||||||
language : getDefaultLanguageKey(),
|
language : getDefaultLanguageKey(),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The timezone set by the uesr.
|
* The timezone set by the user, in IANA zone key format (Olson time
|
||||||
|
* zone database).
|
||||||
|
*
|
||||||
* @type String
|
* @type String
|
||||||
*/
|
*/
|
||||||
timezone : getDetectedTimezone()
|
timezone : getDetectedTimezone()
|
||||||
|
Reference in New Issue
Block a user