From 5be810ec6b3de63e180fa4c03f341139acf94fad Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 13 May 2019 18:24:37 -0700 Subject: [PATCH] GUACAMOLE-422: Remove "Canada/East-Saskatchewan" time zone, which was removed from the IANA database in release 2017c of the database. From http://mm.icann.org/pipermail/tz-announce/2017-October/000047.html: > > Remove Canada/East-Saskatchewan from the 'backward' file, as it > exceeded the 14-character limit and was an unused misnomer anyway. > --- .../main/webapp/app/form/controllers/timeZoneFieldController.js | 1 - 1 file changed, 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/form/controllers/timeZoneFieldController.js b/guacamole/src/main/webapp/app/form/controllers/timeZoneFieldController.js index 26157e879..39f0c38ec 100644 --- a/guacamole/src/main/webapp/app/form/controllers/timeZoneFieldController.js +++ b/guacamole/src/main/webapp/app/form/controllers/timeZoneFieldController.js @@ -419,7 +419,6 @@ angular.module('form').controller('timeZoneFieldController', ['$scope', '$inject "Canada" : { "Atlantic" : "Canada/Atlantic", "Central" : "Canada/Central", - "East-Saskatchewan" : "Canada/East-Saskatchewan", "Eastern" : "Canada/Eastern", "Mountain" : "Canada/Mountain", "Newfoundland" : "Canada/Newfoundland",