mjrgit / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

If-Modified-Since format #174

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click on "Add new header"
2. Select "If-Modified-Since"
3. Click in the value textbox
4. Click "Construct" button
5. Select any date

What is the expected output? What do you see instead?
I am expecting to see the date in one of the described formats here:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html
instead, the date is Thu, 11 Apr 2013 14:18:38 UTC-4 (for example).
Notice, the UTC-4, but the date should be GMT

On what operating system, browser and browser version?
Mac OS X 10.8.3, Chrome Version 26.0.1410.43

Please provide any additional information below.

Original issue reported on code.google.com by alikrez...@gmail.com on 11 Apr 2013 at 6:20

GoogleCodeExporter commented 8 years ago
Hi,
Thanks for issue report. You right, according to this document format of full 
date is:
rfc1123-date = wkday "," SP date1 SP time SP "GMT".
It will be updated in nearest update.

Original comment by jarro...@gmail.com on 3 May 2013 at 3:47

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r204.

Original comment by jarro...@gmail.com on 4 May 2013 at 7:31