Cookie Date are encoded with the default locale.
Brought to you by:
niallg
Sounds like the expiry date of the cookie written with SimpleFramework are created with the default locale. When your machine is in en_US everything works well, when it's something else than english date are... strange.
where it should be
I've written a simple unit test which shows the bug, and a quick fix to the cookie, you'll find both in the included patch.