strange date and times on query results

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

strange date and times on query results

Post 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


User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

strange date and times on query results

Post 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.



Post Reply