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 384bb05 commit c927adeCopy full SHA for c927ade
src/dateConverter/constants.ts
@@ -92,7 +92,7 @@ export const NP_MONTHS_DATA: Array<[number[], number]> = [
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], // 2080
94
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 366], // 2081
95
- [[31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30], 365], // 2082
+ [[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365], // 2082
96
97
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 31], 366],
98
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 365],
0 commit comments