File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ interface CookieInterface
57
57
* @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Date
58
58
* @see https://tools.ietf.org/html/rfc7231#section-7.1.1.2
59
59
*/
60
- public const EXPIRES_FORMAT = DATE_RFC7231 ;
60
+ public const EXPIRES_FORMAT = ' D, d M Y H:i:s T ' ;
61
61
62
62
/**
63
63
* Returns a unique identifier for the cookie consisting
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Message Changes
99
99
Changes
100
100
*******
101
101
102
- - **Cookie: ** The ``CookieInterface::EXPIRES_FORMAT `` has been changed to ``D, d M Y H:i:s \G\M\ T `` to follow the recommended format in RFC 7231.
102
+ - **Cookie: ** The ``CookieInterface::EXPIRES_FORMAT `` has been changed to ``D, d M Y H:i:s T `` to follow the recommended format in RFC 7231.
103
103
- **Format: ** Added support for configuring ``json_encode() `` maximum depth via ``Config\Format::$jsonEncodeDepth ``.
104
104
- **Paths: ** Added support for changing the location of the ``.env `` file via the ``Paths::$envDirectory `` property.
105
105
You can’t perform that action at this time.
0 commit comments