We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c611df commit d8922feCopy full SHA for d8922fe
1 file changed
src/ng/filter/filters.js
@@ -280,7 +280,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+
280
* * `'ss'`: Second in minute, padded (00-59)
281
* * `'s'`: Second in minute (0-59)
282
* * `'a'`: am/pm marker
283
- * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-1200)
+ * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200)
284
*
285
* `format` string can also be one of the following predefined
286
* {@link guide/i18n localizable formats}:
0 commit comments