Sorted out.
In the file wp-contentpluginsdownload-managertplsuser-dashboard> download-history.php, line 22, replace with the code:
<td> <? php echo wp_date (get_option (‘date_format’). “H: i”, $ stat-> timestamp, null); ?> </td>
and in the file wp-contentpluginsdownload-managertplsuser-dashboard> profile.php, line 157, replace with the code:
<td> <? php echo wp_date (get_option (‘date_format’). “H: i”, $ stat-> timestamp, null); ?> </td>
With that, the time is the same as the WordPress platform. I think this needs to be fixed in the next update, thanks!