get_post_modified_time fixes the problem! Thanks!
I changed row 477 in wp-content/plugins/list-category-posts/include/lcp-catlist.php
old:
return get_the_modified_time($this->params[‘dateformat’], $single);
change to this:
return get_post_modified_time($this->params[‘dateformat’], false, $single, true );