Handle dates outside of strtotime()'s range in date_to_int, int_to_date

Close #9
This commit is contained in:
2024-05-05 00:48:04 +02:00
parent fb1372d193
commit d4918dd893
2 changed files with 6 additions and 7 deletions

View File

@ -27,8 +27,8 @@ final class MD_STD_Test extends TestCase {
["-0022-01-01", -220101],
["-2022-01-01", -20220101],
["-0001-01-01", -10101],
["-0000-01-01", -101],
["0000-01-01", 101],
["100000-01-01", 1000000101],
];
$output = [];