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.
2 parents 30fe381 + a49b3d6 commit 994d863Copy full SHA for 994d863
src/dateConverter/constants.ts
@@ -90,8 +90,8 @@ export const NP_MONTHS_DATA: Array<[number[], number]> = [
90
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 366],
91
[[31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30], 365],
92
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
93
- [[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30], 365],
94
- [[31, 31, 32, 32, 31, 30, 30, 30, 29, 30, 30, 30], 366],
+ [[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30], 365], // 2080
+ [[31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 366],
95
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30], 365],
96
[[31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30], 365],
97
0 commit comments