Real test of testiso9660 on Solaris which does not have HAVE_GMTOFF
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user