emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subsecond decoded-time again


From: Lars Ingebrigtsen
Subject: Re: Subsecond decoded-time again
Date: Sun, 29 Sep 2019 18:14:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Paul Eggert <address@hidden> writes:

> On 9/29/19 6:01 AM, Lars Ingebrigtsen wrote:
>> I thought I remembered that we settled on giving a special parameter to
>> `decode-time' to make it return the sub-second bits, too?
>
> Yes, it's the optional new FORM parameter of decode-time. E.g,,
> (decode-time '(1566009571321 . 1000) t t) yields ((31321 . 1000) 39 2
> 17 8 2019 6 nil 0). This example is taken from the manual.

Ah, I was confused by this bit in the doc string:

----
The optional FORM specifies the form of the SEC member.  If ‘integer’,
SEC is an integer; if t, SEC uses the same resolution as TIME.  An
omitted or nil FORM is currently treated like ‘integer’, but this may
change in future Emacs versions.
----

I think "if t, SEC uses the same resolution as TIME" could possibly be
expanded upon.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]