This website works better with JavaScript
Home
Explore
Help
Sign In
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
do not try to interpret implementation specific strings as tz definition
Timo Teräs
11 years ago
parent
3176b57e52
commit
0f2315b4af
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/time/__tz.c
+ 1
- 0
src/time/__tz.c
View File
@@ -166,6 +166,7 @@ static void do_tzset()
}
}
}
}
}
}
+ if (!map) s = __gmt;
}
}
zi = map;
zi = map;