[Zope-CMF] Re: IE Cache Bug and CachingPolicyManager
Dieter Maurer
dieter at handshake.de
Thu Sep 29 13:54:39 EDT 2005
Geoff Davis wrote at 2005-9-28 13:31 -0400:
>On Wed, 28 Sep 2005 12:47:06 -0400, Tres Seaver wrote:
>
>> Thanks for the analysis, and the fix (sorry for the earlier, premature
>> reply).
>
>No problem. P-J Grizel suggested offline that the problem might be due to
>IE not parsing the time zone string at the end of the Last-Modified date
>stamp correctly.
HTTP 1.1 specifies:
All HTTP date/time stamps MUST be represented in Greenwich Mean Time
(GMT), without exception. For the purposes of HTTP, GMT is exactly
equal to UTC (Coordinated Universal Time). This is indicated in the
first two formats by the inclusion of "GMT" as the three-letter
abbreviation for time zone, and MUST be assumed when reading the
asctime format.
Thus, there *MUST* not be any time zone different from GMT.
--
Dieter
More information about the Zope-CMF
mailing list