Browse Source

do not try to interpret implementation specific strings as tz definition

master
Timo Teräs 12 years ago
committed by Rich Felker
parent
commit
0f2315b4af
  1. 1
      src/time/__tz.c

1
src/time/__tz.c

@ -166,6 +166,7 @@ static void do_tzset()
}
}
}
if (!map) s = __gmt;
}
zi = map;

Loading…
Cancel
Save