Skip to content

Commit

Permalink
reduce min quarter constant for the edge case of Feb-Mar-Apr
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Aug 19, 2020
1 parent 9fce7ad commit 8928851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/numerical.js
Expand Up @@ -36,7 +36,7 @@ module.exports = {
ONEMINYEAR: 31536000000, // 365 * ONEDAY
ONEMAXQUARTER: 7948800000, // 92 * ONEDAY
ONEAVGQUARTER: 7889400000, // 1/4 of ONEAVGYEAR
ONEMINQUARTER: 7776000000, // 90 * ONEDAY
ONEMINQUARTER: 7689600000, // 89 * ONEDAY
ONEMAXMONTH: 2678400000, // 31 * ONEDAY
ONEAVGMONTH: 2629800000, // 1/12 of ONEAVGYEAR
ONEMINMONTH: 2419200000, // 28 * ONEDAY
Expand Down

0 comments on commit 8928851

Please sign in to comment.