Page 1 of 1
strange date and times on query results
Posted: Mon Dec 15, 1997 11:53 am
by Thunderstone
I am getting strange dates and times on query results
Here are a few examples
Last Updated: 2008-06-11 16:15:54
Last Updated: 1983-04-06 04:04:49
Last Updated: 2021-01-27 01:03:15
Any idea what's causing this?
Thanks
strange date and times on query results
Posted: Mon Dec 15, 1997 12:14 pm
by Thunderstone
You're probably using the -unique option. That changes the meaning
of the "id" field in the html table. The default search script displayed
"id" as the last updated time instead of "Visited".
You can download a newer default search script at:
http://www.thunderstone.com/webinator/search
or change:
<H6>Last Updated: $When</H6>
to:
<H6>Last Updated: $Visited</H6>
in the "context" function of your current script.