On Wed, 24 Nov 1993 09:20:41 EST "Noel P. Hart" <[log in to unmask]>
said:
 
>I set the following in the LOCAL SYSVARS
>PRIMETIME = 'MON-FRI: 00:00-01:00 05:00-24:00;',
>            'SAT: 05:00-15:00; SUN: -'
 
This should  work with  23:59:59. If the  date parsing  routines accepted
24:00 as 00:00, it  would not work either. If they took  it as 23:59:59 +
1, a number of routines would have a bad surprise. I think the prime time
specification is  the only place where  24:00 makes sense so  no specific
routine was written for that.
 
  Eric