We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a6e773 + 4a4d413 commit 67ae382Copy full SHA for 67ae382
src/Services/DateConverter.php
@@ -90,8 +90,8 @@ abstract class DateConverter
90
78 => [2078, 31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30],
91
79 => [2079, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30],
92
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],
+ 81 => [2081, 31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31],
+ 82 => [2082, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30],
95
83 => [2083, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
96
84 => [2084, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
97
85 => [2085, 31, 32, 31, 32, 30, 31, 30, 30, 29, 30, 30, 30],
0 commit comments