1 diff -ru ChezScheme-9.5.2/c/stats.c /builds/richlowe/ChezScheme-9.5.2/c/stats.c
2 --- ChezScheme-9.5.2/c/stats.c 2019-03-21 22:05:24.000000000 +0000
3 +++ /builds/richlowe/ChezScheme-9.5.2/c/stats.c 2019-08-06 00:12:59.343648209 +0000
9 + tzoff = tmxp->tm_isdst ? -altzone : -timezone;
11 tzoff = tmxp->tm_gmtoff;
13 if (given_tzoff == Sfalse) {
14 # if defined(__linux__) || defined(SOLARIS)
15 /* Linux and Solaris set `tzname`: */