[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add a new function to convert a time value to the canonical
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] Add a new function to convert a time value to the canonical format. |
Date: |
Tue, 23 Apr 2019 20:11:22 +0300 |
> From: Paul Eggert <address@hidden>
> Date: Tue, 23 Apr 2019 09:20:34 -0700
> Cc: address@hidden, address@hidden
>
> On 4/23/19 6:21 AM, Eli Zaretskii wrote:
> > No need to apologize.
> >
> > How about a patch for the ELisp manual to mention this use case?
>
> The manual already says this:
>
> You can convert a time value into
> a human-readable string using @code{format-time-string}, into a Lisp
> timestamp using @code{encode-time}, and into other forms using
> @code{decode-time} and @code{float-time}.
I guess I misunderstood what TIMEVAL stood for in (encode-time timeval t).