Re: tai64nlocal not showing localtime
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Mariano Absatz <[email protected]> wrote: > I just installed the binary Debian packages for daemontools and djbdns from > http://smarden.org/pape/Debian/ under Sarge. The libc those binaries were linked with may not be quite the same as your libc. If they're statically linked, they could be looking for time zone data somewhere other than /usr/share/zoneinfo. Try: echo @40000000418198e923a9f77c what time is it | \ TZ=America/Argentina/Buenos_Aires strace tai64nlocal See where it's looking for time zone data. paul