Re: TAI and qmail
[email protected] (Paul Jarc) Thu, 11 Jul 2002 15:51:37 -0400
| Newsgroups | gmane.comp.lib.libtai |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Alex Stevens <[email protected]> wrote: > I can't see a reason for this date more than another, or a reason > why qmail timestamps ignore how the system treats leapseconds. Well, it ensures that you can interpret the produced string (i.e., find the original time_t value) without needing to know how $TZ or /etc/localtime might have been set when the string was generated. But you lose the knowledge of how the rest of the system interprets the same time_t value, so that value is of limited, uh, value. paul