Last updated:2021-03-29 14:55:24
A date field must use one of the Greenwich Mean Time (GMT) formats supported by HTTP1.1. For more information about the formats, see HTTP1.1 parameters.
The following line shows the three formats:
HTTP-date = rfc1123-date | rfc850-date | asctime_date
rfc1123-date = wkday "," SP day(2) SP month SP year(4) SP time SP "GMT"
A number in parentheses indicates the number of characters.
Example: Thu, 26 Sep 2018 15:30:26 GMT
rfc850-date = weekday "," SP day(2) "-" month "-" year(2) SP time SP "GMT"
A number in parentheses indicates the number of characters.
Example: Thursday, 26-Sep-18 15:30:26 GMT
asctime-date = wkday SP month SP day(2 | SP 1) SP time SP year(4)
For a single-digit date value, a leading zero is not permitted. Enter a space as the placeholder.
A number in parentheses indicates the number of characters.
Example: Thu Sep 8 15:30:26 2018
Did you find the above information helpful?
Please give us your feedback.
Thank you for your feedback.