• HTTP dates have very specific syntax, and sending an invalid date can cause a number of problems, especially around caching. Common problems include sending “1 May” instead of “01 May” (the month is a fixed-width field), and sending a date in a timezone other than GMT. See the HTTP specification for more information.

    Please fix the date issue for dates less than 10.

    Example “1 May” instead of “01 May”

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The Expires header's value isn't a valid date.’ is closed to new replies.