Skip to content

Commit 2ac48b0

Browse files
authored
Merge pull request #66 from subeshb1/ISS-64
fix(ISS-64): wrong dates for 2082 Asar and Shrawan
2 parents 3bee98a + 9fa673e commit 2ac48b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/date-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,8 +1166,8 @@ export const dateConfigMap: DateConfig = {
11661166
'2082': {
11671167
Baisakh: 31,
11681168
Jestha: 31,
1169-
Asar: 31,
1170-
Shrawan: 32,
1169+
Asar: 32,
1170+
Shrawan: 31,
11711171
Bhadra: 31,
11721172
Aswin: 31,
11731173
Kartik: 30,

0 commit comments

Comments
 (0)