Matches a datetime value as defined in the HTML5 specification (rfc 3339 with additional requirements).
| Text | Result |
|---|---|
2012-01-01T00:00:00+0000
| match |
2012-01-01T00:00:00+00:00
| match |
2012-01-01T00:00:00.000Z
| match |
2012-01-01T00:00:00Z
| match |
| 2012-01-01T00:00:00 | no match |
| 2012-01-01T00:00:00.0 | no match |
1234567