Consider the following Set-Cookie header - `foo=bar; expires=Thu, 10-Sep-20 20:00:00 GMT;` This should be parsed as `2020-09-10 20:00 +0` however expires returns `0020-09-10 20:00 +0`
Consider the following Set-Cookie header -
foo=bar; expires=Thu, 10-Sep-20 20:00:00 GMT;This should be parsed as
2020-09-10 20:00 +0however expires returns0020-09-10 20:00 +0