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

@@ -20,8 +20,9 @@
package org.apache.guacamole.form;
/**
* Represents a time zone field. The field may contain only valid time zone IDs,
* as dictated by TimeZone.getAvailableIDs().
* Represents a time zone field. The field may contain only valid time zone
* identifiers, as defined by the IANA time zone database. Such identifiers are
* also valid Java time zone IDs as dictated by TimeZone.getAvailableIDs().
*/
public class TimeZoneField extends Field {