Skip to content

Commit c927ade

Browse files
authored
fix: update months data for year 2082
1 parent 384bb05 commit c927ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dateConverter/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const NP_MONTHS_DATA: Array<[number[], number]> = [
9292
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
9393
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30], 365], // 2080
9494
[[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
95+
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365], // 2082
9696
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
9797
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 31], 366],
9898
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 365],

0 commit comments

Comments
 (0)