From bac516da48cd4881c49d9c9d879456d098635018 Mon Sep 17 00:00:00 2001 From: Tim Wood Date: Tue, 10 Apr 2012 20:11:59 -0700 Subject: [PATCH] Deprecating z/zz removal note --- moment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/moment.js b/moment.js index ba596ff99..e474fe22f 100644 --- a/moment.js +++ b/moment.js @@ -25,6 +25,7 @@ formattingTokens = /(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|dddd?|do?|w[o|w]?|YYYY|YY|a|A|hh?|HH?|mm?|ss?|SS?S?|zz?|ZZ?|LT|LL?L?L?)/g, // regexes for format z, zz + // TODO: When we drop support for z and zz, remove these variables nonuppercaseLetters = /[^A-Z]/g, timezoneRegex = /\([A-Za-z ]+\)|:[0-9]{2} [A-Z]{3} /g, -- 2.47.3