This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
do not try to interpret implementation specific strings as tz definition
Timo Teräs
11 năm trước cách đây
mục cha
3176b57e52
commit
0f2315b4af
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
src/time/__tz.c
+ 1
- 0
src/time/__tz.c
Xem Tập Tin
@@ -166,6 +166,7 @@ static void do_tzset()
}
}
}
+ if (!map) s = __gmt;
}
zi = map;