Skip to content

Commit 67ae382

Browse files
authored
Merge pull request #21 from nisanchamling/patch-2
Update DateConverter.php
2 parents 8a6e773 + 4a4d413 commit 67ae382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Services/DateConverter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ abstract class DateConverter
9090
78 => [2078, 31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30],
9191
79 => [2079, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30],
9292
80 => [2080, 31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30],
93-
81 => [2081, 31, 31, 32, 32, 31, 30, 30, 30, 29, 30, 29, 31],
94-
82 => [2082, 31, 32, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30],
93+
81 => [2081, 31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31],
94+
82 => [2082, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30],
9595
83 => [2083, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
9696
84 => [2084, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
9797
85 => [2085, 31, 32, 31, 32, 30, 31, 30, 30, 29, 30, 30, 30],

0 commit comments

Comments
 (0)