- From: Olav Junker Kjær <olav@olav.dk>
- Date: Mon, 30 Aug 2004 13:06:19 +0200
Brian Wilson wrote: > I'm pretty sure the following are correct for the time-related types. > I'm not sure what the exact regexps would be for email and uri though, > and the number/range ones will require some interesting expressions too: > ---- > datetime > \d{4,}-W\d{2}-\d{2}T\d{2}:\d{2}(:\d{2}.\d+)?Z According to the latest draft, fractional seconds are optional if seconds are present, so it should be: \d{4,}-W\d{2}-\d{2}T\d{2}:\d{2}(:\d{2}(.\d+)?)?Z same with datetime-local and time Olav Junker Kj?r
Received on Monday, 30 August 2004 04:06:19 UTC