Re: What TZ do you use to get right time w/ clockspeed?
Greg Black <[email protected]> Fri, 15 Nov 2002 06:35:23 +1000
| Newsgroups | gmane.comp.lib.libtai |
|---|---|
| Message-ID | <[email protected]> |
Bennett Todd wrote: | My problem turns out to be that as-shipped, Red Hat sets up for | deliberately broken, POSIX-compatible handling of leap-seconds, | where the system clock is supposed to slither around to track them. | But it looks to me like simply setting the system-wide timezone to | "right/US/Eastern" rather than "US/Eastern" fixes the problem. An alternative "fix" is to remove /etc/leapsecs.dat and use the standard timezones rather than the "right" ones. This ends up with the clock being close to what everybody else thinks is the right time and avoids dramas with other software that really makes a mess of times using the "right" timezones (RCS is the canonical example). Greg