You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*cookie3* and *cookie4* are set to expire on "25 Jan 2002 19:22:06", but the test looks for the string "26 Jan 2002 00:22:06".
Why the 5 hours gap?
Looks like a mismatch between Eastern Time Zone and GMT. encode-universal-time and decode-universal-time take extra &optional argument timezone time-zone, maybe you eed to use this.
The text was updated successfully, but these errors were encountered:
tiny-routes/t/tiny-routes-middleware-cookie-test.lisp
Line 17 in bf1667c
tiny-routes/t/tiny-routes-middleware-cookie-test.lisp
Line 65 in bf1667c
*cookie3* and *cookie4* are set to expire on "25 Jan 2002 19:22:06", but the test looks for the string "26 Jan 2002 00:22:06".
Why the 5 hours gap?
Looks like a mismatch between Eastern Time Zone and GMT.
encode-universal-time and decode-universal-time take extra &optional argument timezone time-zone, maybe you eed to use this.
The text was updated successfully, but these errors were encountered: