Matches a local datetime value as defined in the HTML5 specification.
| Text | Result |
|---|---|
2012-01-01T00:00:00
| match |
2012-01-01T00:00:00.000
| match |
| 2012-01-01T00:00:00+0000 | no match |
| 2012-01-01T00:00:00+00:00 | no match |
| 2012-01-01T00:00:00.000Z | no match |
| 2012-01-01T00:00:00Z | no match |
123456