<div dir="ltr">Same problem here.<div>function formatDateDiffInStrings in modules/Vtiger/helpers/Util.php does not work well, actually i solved with custom RecentiActivities.tpl in /layout/vlayout/module/MODULENAME thas use formatDateTimeIntoDayString:<img src="cid:ii_148f5c814a86740e" alt="Immagine in linea 1" width="504" height="148"></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-09 15:33 GMT+02:00 Alan Lord <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I remember someone else seeing this before... What the problem - why does it say 44 years ago, when it was just a couple of seconds?<br>
<br>
Cheers<br>
<br>
Al<br>
<br>
PS: ModTracker widget registered on my Module using the following bootstrap code:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
if ($module != false){<br>
        $url = "javascript:ModTrackerCommon.<u></u>showhistory('$RECORD$')";<br>
        $module->deleteLink('<u></u>DETAILVIEWBASIC', 'View History', $url);<br>
        $module->addLink('<u></u>DETAILVIEWBASIC', 'View History', $url);<br>
        <br>
        // Insert tabid - will fail if in already as tabid is a primary key<br>
        $query = "INSERT INTO vtiger_modtracker_tabs(tabid,<u></u>visible) VALUES(?,1)";<br>
        $adb->pquery($query, array($module->id));<br>
}<br>
</blockquote>
<br>
<br>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br></div>