Real test of testiso9660 on Solaris which does not have HAVE_GMTOFF

This commit is contained in:
rocky
2009-12-24 03:09:02 +01:00
parent ce598e8d4a
commit 16c22fa550
2 changed files with 42 additions and 39 deletions

View File

@@ -81,7 +81,7 @@ timegm(struct tm *tm)
char *tz;
tz = getenv("TZ");
setenv("TZ", "", 1);
setenv("TZ", "UTC", 1);
tzset();
ret = mktime(tm);
if (tz)