Преглед изворни кода

do not try to interpret implementation specific strings as tz definition

Timo Teräs пре 11 година
родитељ
комит
0f2315b4af
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/time/__tz.c

+ 1 - 0
src/time/__tz.c

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