[chora] Date display wrong in Chora 0.6.1 and 1.0

Colin Viebrock colin@easydns.com
Mon, 11 Feb 2002 15:24:21 -0500


Oops, I should've said that the line in chora-1.0/cvs.php becomes:
 
     $date = strftime('%e %B %Y, %I:%M%p', $log->queryDate());

Or the more accurate (IMHO):

     $date = strftime('%e %B %Y, %T', $log->queryDate());


- Colin