Skip to content

Commit 1ea4a51

Browse files
authored
Merge pull request #28 from opensource-nepal/aj3sh-patch-1
fix: update months data for year 2082
2 parents 438e0b1 + 3bfaa32 commit 1ea4a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dateConverter/converter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ var npMonthData = [100]NepaliMonthData{
105105
{[12]int8{31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30}, 365},
106106
{[12]int8{31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30}, 365},
107107
{[12]int8{31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31}, 366}, // 2081 BS
108-
{[12]int8{31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30}, 365},
108+
{[12]int8{31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30}, 365},
109109
{[12]int8{31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30}, 365},
110110
{[12]int8{31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 31}, 366},
111111
{[12]int8{30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31}, 365},

0 commit comments

Comments
 (0)