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.
2 parents 64e10b4 + 9f59f3b commit 69c6a5aCopy full SHA for 69c6a5a
dateConverter/converter.go
@@ -103,8 +103,8 @@ var npMonthData = [100]NepaliMonthData{
103
{[12]int8{31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31}, 366},
104
{[12]int8{31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30}, 365},
105
{[12]int8{31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30}, 365},
106
- {[12]int8{31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30}, 365},
107
- {[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},
108
{[12]int8{30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30}, 365},
109
{[12]int8{31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30}, 365},
110
0 commit comments