Browse Source

timezoneScenarios mistake

Adam Shaw 9 năm trước cách đây
mục cha
commit
3db702a81d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tests/automated-better/globals.js

+ 1 - 0
tests/automated-better/globals.js

@@ -116,6 +116,7 @@ var timezoneScenarios = {
 	},
 	},
 	UTC: {
 	UTC: {
 		description: 'when UTC timezone',
 		description: 'when UTC timezone',
+		value: 'UTC',
 		moment: function(str) {
 		moment: function(str) {
 			return moment.utc(str);
 			return moment.utc(str);
 		}
 		}