mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUACAMOLE-422: Use TIMEZONE rather than TEXT fields for RDP/SSH "timezone" parameter.
It has been confirmed that the TIMEZONE field does indeed represent IANA time zone database IDs, as required by the "timezone" parameter.
This commit is contained in:
		| @@ -108,7 +108,7 @@ | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "timezone", | ||||
|                     "type"  : "TEXT" | ||||
|                     "type"  : "TIMEZONE" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"    : "console", | ||||
|   | ||||
| @@ -80,7 +80,7 @@ | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "timezone", | ||||
|                     "type"  : "TEXT" | ||||
|                     "type"  : "TIMEZONE" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "server-alive-interval", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user