Hello Misters,
If you are using the version 1.4.4 of the component, you need to edit the file offer_list.php (in folder /components/com_neorecruit/tasks) on line 54 and add the text :
. "\n ORDER BY offers.created_datetime DESC";
And for the search results, please edit the file offer_search (in the same folder) on line 118 and modify the query with the text :
. "\n ORDER BY created_datetime DESC";
Regards,