This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
hongwenjun
/
musl
同期ミラー
https://git.musl-libc.org/git/musl
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
do not try to interpret implementation specific strings as tz definition
Timo Teräs
11 年 前
親
3176b57e52
コミット
0f2315b4af
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
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;