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 ea343ce commit fc5a11eCopy full SHA for fc5a11e
packages/vue-locale/src/glob.ts
@@ -51,7 +51,7 @@ export const getStrTimezone = (value) => {
51
value = minoffset * `${match[1]}1`
52
}
53
54
- if (isNumber(value) && value >= -12 && value <= 12) {
+ if (isNumber(value) && value >= -12 && value <= 14) {
55
return value
56
57
0 commit comments