mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-422: Document valid timezone values for setting timezone.
This commit is contained in:
		| @@ -167,7 +167,9 @@ public class GuacamoleClientInformation { | ||||
|      * database format. | ||||
|      *  | ||||
|      * @param timezone | ||||
|      *     The string value of the timezone reported by the client. | ||||
|      *     The string value of the timezone reported by the client, in tz | ||||
|      *     database format, or null if the timezone is not provided by the | ||||
|      *     client. | ||||
|      */ | ||||
|     public void setTimezone(String timezone) { | ||||
|         this.timezone = timezone; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user