mirror of https://git.musl-libc.org/git/musl
Browse Source
since the form TZ=name is reserved for POSIX-form time zone strings, TZ=:name needs to be used when the zoneinfo filename is in the top-level zoneinfo directory and therefore does not contain a slash. previously the leading colon was merely dropped, making it impossible to access such zones without a full absolute pathname. changes based on patch by Timo Teräs.master
1 changed files with 8 additions and 12 deletions
Loading…
Reference in new issue