Skip to content

Commit

Permalink
Merge pull request #16 from opensource-nepal/date-issue-2081
Browse files Browse the repository at this point in the history
fix: updated dates data for 2081
  • Loading branch information
aj3sh authored Mar 5, 2024
2 parents 64e10b4 + 9f59f3b commit 69c6a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dateConverter/converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ var npMonthData = [100]NepaliMonthData{
{[12]int8{31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31}, 366},
{[12]int8{31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30}, 365},
{[12]int8{31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30}, 365},
{[12]int8{31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30}, 365},
{[12]int8{31, 31, 32, 32, 31, 30, 30, 30, 29, 30, 30, 30}, 366},
{[12]int8{31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30}, 365}, // 2080 BS
{[12]int8{31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31}, 366},
{[12]int8{30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30}, 365},
{[12]int8{31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30}, 365},
{[12]int8{31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30}, 365},
Expand Down

0 comments on commit 69c6a5a

Please sign in to comment.