Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I did some digging but couldn't figure out what was happening. It probably is something related to today's date because PHP itself is not parsing dates correctly. ```php echo DateTime::createFromFormat('Ym', '202302')->format('Ym'); // Outputs 202303 ``` For now, I'm just making the tests pass, but I created an issue with getting back to it later. Signed-off-by: Henrique Moody <[email protected]>
- Loading branch information