This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
hongwenjun
/
musl
şunun yansıması
https://git.musl-libc.org/git/musl
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
do not try to interpret implementation specific strings as tz definition
Timo Teräs
11 yıl önce
ebeveyn
3176b57e52
işleme
0f2315b4af
1 değiştirilmiş dosya
ile
1 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
1
0
src/time/__tz.c
+ 1
- 0
src/time/__tz.c
Dosyayı Görüntüle
@@ -166,6 +166,7 @@ static void do_tzset()
}
}
}
+ if (!map) s = __gmt;
}
zi = map;