Skip to content

Commit 3621c00

Browse files
x0rr0rfabpot
authored andcommitted
Add to DateFormats 'D M d H:i:s Y T' (closes #5830)
DateFormat seen on the web
1 parent dea49d8 commit 3621c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cookie.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Cookie
3131
'D, d-M-y H:i:s T',
3232
'D, d-M-Y H:i:s T',
3333
'D M j G:i:s Y',
34+
'D M d H:i:s Y T',
3435
);
3536

3637
protected $name;

0 commit comments

Comments
 (0)