]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commit
nsscash: force UTC timezone for If-Modified-Since header
authorSimon Ruderich <simon@ruderich.org>
Fri, 2 Aug 2019 19:04:25 +0000 (21:04 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 2 Aug 2019 19:04:25 +0000 (21:04 +0200)
commit0ebeb1b4be72405243eadf39f297a13d6d391020
tree96fe3b09cae03353987bbdc276c5ec36a0711649
parent379122928e507ed8aacf47959306b2e3abf42d45
nsscash: force UTC timezone for If-Modified-Since header

This is not strictly required as lastModified is already stored in UTC
(servers use UTC for the Last-Modified header). However, it's good
practice and prevents copy & past errors in the future. See d71bfc6
("nsscash: main_test: fix Last-Modified/If-Modified-Since headers",
2019-08-02) for the details.
fetch.go