mirror of https://git.musl-libc.org/git/musl
Browse Source
previously, the hours were considered as a signed quantity while minutes and seconds were always treated as positive offsets. however, semantically the '-' sign should negate the whole hh:mm:ss offset. this bug only affected timezones east of GMT with non-whole-hours offsets, such as those used in India and Nepal.master
1 changed files with 7 additions and 10 deletions
Loading…
Reference in new issue