GUACAMOLE-422: Update TIMEZONE field documentation to reference IANA time zone database.

This commit is contained in:
Michael Jumper
2019-05-13 18:21:38 -07:00
parent 863147eb50
commit 803ff27468
2 changed files with 6 additions and 4 deletions

View File

@@ -19,8 +19,9 @@
/**
* Controller for time zone fields. Time zone fields use Java IDs as the
* standard representation for each supported time zone.
* Controller for time zone fields. Time zone fields use IANA time zone
* database identifiers as the standard representation for each supported time
* zone. These identifiers are also legal Java time zone IDs.
*/
angular.module('form').controller('timeZoneFieldController', ['$scope', '$injector',
function timeZoneFieldController($scope, $injector) {