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
Why no use Calendar library for this? It is pretty standard with little dependency and has a formatted printing allowing to output a coherent date. If you have no time, I can do a PR.
The text was updated successfully, but these errors were encountered:
I am looking to use https://github.com/bikallem/http-date for parsing using date values in http cookies. It uses ptime as its date representation. Mostly the lib intends to be free of unix dependency since it wants to be used in mirage unikernels.
There is also the solution to drop the support for "expires". It is now recommanded to use max-age and
IE7 was the last not to support max-age from what I have read. So it seems reasonnable to me?
Why no use Calendar library for this? It is pretty standard with little dependency and has a formatted printing allowing to output a coherent date. If you have no time, I can do a PR.
The text was updated successfully, but these errors were encountered: