rwf2 / cookie-rs

HTTP cookie parsing and cookie jar management for Rust.
https://docs.rs/cookie
Apache License 2.0
312 stars 119 forks source link

remove fixed utcoffset for expire time. #169

Closed swordow closed 3 years ago

swordow commented 3 years ago

The expire time is an OffsetDateTime with UtcOffset specified, but it is always reset with utc 0 which makes its own utcoffset lost.