We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b48ea commit 6b786dbCopy full SHA for 6b786db
jquery-ui-timepicker-addon.js
@@ -54,7 +54,7 @@ function Timepicker() {
54
hour: 0,
55
minute: 0,
56
second: 0,
57
- timezone: '+0000',
+ timezone: '+00:00',
58
hourMin: 0,
59
minuteMin: 0,
60
secondMin: 0,
@@ -70,10 +70,10 @@ function Timepicker() {
70
separator: ' ',
71
altFieldTimeOnly: true,
72
showTimepicker: true,
73
- timezoneList: ["-1100", "-1000", "-0900", "-0800", "-0700", "-0600",
74
- "-0500", "-0400", "-0300", "-0200", "-0100", "+0000",
75
- "+0100", "+0200", "+0300", "+0400", "+0500", "+0600",
76
- "+0700", "+0800", "+0900", "+1000", "+1100", "+1200"]
+ timezoneList: ["-11:00", "-10:00", "-09:00", "-08:00", "-07:00", "-06:00",
+ "-05:00", "-04:00", "-03:00", "-02:00", "-01:00", "+00:00",
+ "+01:00", "+02:00", "+03:00", "+04:00", "+05:00", "+06:00",
+ "+07:00", "+08:00", "+09:00", "+10:00", "+11:00", "+12:00"]
77
};
78
$.extend(this._defaults, this.regional['']);
79
}
0 commit comments