emacs-devel
[Top][All Lists]
Advanced

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

Re: windows build failure


From: Sean Sieger
Subject: Re: windows build failure
Date: Mon, 14 Oct 2013 15:24:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Eli Zaretskii <address@hidden> writes:

    > From: Sean Sieger <address@hidden>
    > Date: Mon, 14 Oct 2013 15:06:40 -0400
    > 
    >     decode-time can be tested by passing it what current-time returns, and
    >     also the time-related info from file-attributes.
    > 
    > (current-time) -> (21084 15790 948000 0)
    > 
    > How to use that with:
    > 
    > (decode-time)?

    Like this:

       (decode-time (current-time))

(decode-time (current-time)) -> (28 17 15 14 10 2013 1 t -14400)

and GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-10-09 on 3249CTO:

(decode-time (current-time)) -> (6 19 15 14 10 2013 1 t -14400)

    >     In each case, please compare with the results of some older binary of
    >     Emacs, as the differences could be subtle.
    > 
    > GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-10-09 on 3249CTO:
    > 
    > (current-time-string) -> "Mon Oct 14 15:00:29 2013"
    > (format-time-string "%Y%m%d %T") -> "20131014 15:00:35"
    > (current-time) -> (21084 16293 20000 0)

    Results look reasonable, thanks.  It seems WSL 4.0 is a go.

Oh, good.  I want to get to Chinatown to get the food, bye ...




reply via email to

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