Intervention / validation

Missing Laravel Validation Rules
https://validation.intervention.io
MIT License
590 stars 67 forks source link

isodate support timezone? #8

Closed devmark closed 4 years ago

devmark commented 9 years ago

2015-09-21T19:39:41+03:00 not working

olivervogel commented 7 years ago

2015-09-21 19:39:41+03:00 is working. I have to check, what format is the T.

Gummibeer commented 7 years ago

It's the W3C format - php can handle it. http://php.net/manual/en/class.datetime.php#datetime.constants.w3c

olivervogel commented 4 years ago

Working in 1.4.1.