<div dir="ltr">I have a backend returning a last modified header in CEST. <div><br></div><div>I'm using a 1sec proxy that revalidates as described here:</div><div><a href="http://whitequark.org/blog/2014/04/05/page-caching-with-nginx/">http://whitequark.org/blog/2014/04/05/page-caching-with-nginx/</a><br>

</div><div><br></div><div>My problem is that when nginx makes the request to the backend it changes CEST into GMT, without adjusting the time. Therefore the backend returns a 304 for 1sec + 1 hour, instead of 1sec :(</div>

<div><br></div><div>I tried to do something like set TZ and then start nginx, but this doesn't seem to make a difference.</div><div><br></div><div>export TZ="Europe/Amsterdam"<br></div><div>sudo nginx</div>
<div>
<br></div><div>What's going on and how can I fix this?</div><div><br></div><div>Thijs</div></div>