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