From: Timo Teräs Date: Tue, 22 Apr 2014 18:55:20 +0000 (+0300) Subject: do not try to interpret implementation specific strings as tz definition X-Git-Tag: v1.1.1~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0f2315b4af1c58cbfb7c7f9da69b495cd146cc18;p=oweals%2Fmusl.git do not try to interpret implementation specific strings as tz definition --- diff --git a/src/time/__tz.c b/src/time/__tz.c index fbe3d492..93d59e8d 100644 --- a/src/time/__tz.c +++ b/src/time/__tz.c @@ -166,6 +166,7 @@ static void do_tzset() } } } + if (!map) s = __gmt; } zi = map;