-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the behavior of DateTime more explicit
We decided to make the date format validation stricter[1]. Although that's good, it could present some challenges for some people, considering that the DateTime rule would be more flexible. There are many cases in which PHP can parse a date but can't output it the same way. [1]: 5fe4b96 Signed-off-by: Henrique Moody <[email protected]>
- Loading branch information
1 parent
5b7ea86
commit 5ba9b31
Showing
3 changed files
with
52 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters