mirror of https://git.musl-libc.org/git/musl
Browse Source
the sign character produced came from the sign of tm_gmtoff/3600 as an integer division, which is zero for negative offsets smaller in magnitude than 3600. instead of printing the hours and minutes as separate fields, print them as a single value of the form hours*100+minutes, which naturally has the correct sign.master
1 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue