Jacques,
In the system.htm display box I have been getting the "Last Update" timestamp reading like the following:
El Gheko Neighborhood Weather Station
Last update : 3 Apr 2013, at h:mm:ss
Last error date : ------
<div class="box_img4">
<h4>Latest Readings</h4>
<p style="Float: left; margin: 20px 30px 0px 20px"><img src="images/station1.png" alt="" title=""/></p>
<br />
<h1 style="padding-right: 30px; text-align: center">El Gheko Neighborhood Weather Station</h1>
<h4>Last update : 3 Apr 2013, at h:mm:ss</h4>
<h4>Last error date : ------</h4>
<p><strong> </strong></p>
</div>
That was captured via a right mouse click to show what was really happening at the moment.
The actual code in the system,htm file for that box shows:
<div class="box_img4">
<h4>Latest Readings</h4>
<p style="Float: left; margin: 20px 30px 0px 20px"><img src="images/station1.png" alt="" title=""/></p>
<br />
<h1 style="padding-right: 30px; text-align: center"><#location></h1>
<h4>Last update : <#update format="d mmm yyyy', at h:mm:ss"></h4>
<h4>Last error date : <#LatestErrorDate></h4>
<p><strong> <#LatestError></strong></p>
</div>
Why or what is happening here? I haven't found anything that makes sense to me.
Tom