Re: locatime() and TZ
Felix von Leitner <[email protected]> Fri, 4 Jan 2019 20:28:56 +0100
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
> Is the current dietlibc tzset() behaviour by intention or is it just a > missing feature? It is a missing feature. I'm not actually convinced you want all that code in a libc for embedded programs, to be honest. So if someone contributed that code, I would probably put it behind an additional ifdef. Felix