and the real date is [EMAIL PROTECTED]:~$ date -u
Mon Oct 2 00:22:48 UTC 2006
please check . Thanks
(completely off topic !)
From the apache mod_autoindex.c source code for 1.3.37 (close enough)
around line 1503 (in the function that emits the directory index)
***
char time_str[MAX_STRING_LEN];
struct tm *ts = localtime(&ar[x]->lm);
strftime(time_str, MAX_STRING_LEN, "%d-%b-%Y %H:%M ", ts);
ap_rputs(time_str, r);
***
This would seem to indicate that the time shown is the local time for
whatever time zone the server is using..
So the time/dates indicated in the directory listing generated by
Apache/1.3.33 Server at people.debian.org
are probably not UTC..
I don't think there is anything to check..
--Ivan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]