At 03:41 06/05/2001, Abhijit Menon-Sen wrote:
>On 2001-05-05 20:58:11, [EMAIL PROTECTED] wrote:
> >
> > which date format are you recommending that we use as the "common
> > language"?

[snip]

>     second   := "00" .. "59" *( "." 1*( "0".."9" ) )

[snip]

>Comments?

Shouldn't that be

second := "00" .. "60" *{ "." 1*("0".."9") )

to deal with leap seconds?

Dave...



-- 
<http://www.dave.org.uk>  SMS: [EMAIL PROTECTED]

<plug>Data Munging with Perl <http://www.manning.com/cross/></plug>

Reply via email to