and in THttpConnection.SendDocument(const CustomHeaders : String) :
Header := Header +  'Last-Modified: ' + RFC1123_Date(FLastModified)
+ ' GMT' + #13#10;

'GMT' is always displayed, but is it really the time on the
computer that execute the soft ? Maybe I missed something that's
why I ask you all....
These lines are all correct, the Last-Modified: header should always be
displayed time as GMT or UTC, which is the file time stamp used by
Windows since NT.

However, there is a bug in OverbyteIcsHttpSrv.pas in function FileDate
which is returning the local time stamp of the file, not the GMT/UTC time
stamp.  I'll fix it next week.

Angus


Ok thanks for the details ;)

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to