]> err.no Git - varnish/commit
Use mktime() rather than the unportable timegm(). The downside is that we're
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 30 Jul 2007 13:50:16 +0000 (13:50 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 30 Jul 2007 13:50:16 +0000 (13:50 +0000)
commit1dbc9daca13a0d881b6f8dbe84a4b6f1da1d37c0
treeb6808f4686927670e3269c58bc17bbcc2c304422
parent2bf02f0435bd292fda97478b1a9f6c8a0227fa1f
Use mktime() rather than the unportable timegm().  The downside is that we're
at the mercy of the TZ environment variable.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1785 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/lib/libvarnish/time.c