emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#23600: closed (25.1.50; encode-time returns wrong


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23600: closed (25.1.50; encode-time returns wrong result)
Date: Tue, 14 Jun 2016 14:41:02 +0000

Your message dated Tue, 14 Jun 2016 07:40:10 -0700
with message-id <address@hidden>
and subject line Re: 25.1.50; encode-time returns wrong result
has caused the debbugs.gnu.org bug report #23600,
regarding 25.1.50; encode-time returns wrong result
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23600: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23600
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1.50; encode-time returns wrong result Date: Mon, 23 May 2016 07:10:54 +0900 User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/25.1.50 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)
When I evaluate the below code on Emacs (trunk, MSYS2), it returns
wrong result.

(list
 ;; local time-zone is JST-9 in my environment.
 (encode-time 0 02 23  22 5 2016 nil)
 (encode-time 0 02 23  22 5 2016 '(32400 "JST"))
 (encode-time 0 02 23  22 5 2016 32400))

-> ((22337 48088) (22338 11352) (22338 43752))

The first element of the result depends on local time-zone.  But the
second and the last element should be (22337 48088).

-- 
Kazuhiro Ito



--- End Message ---
--- Begin Message --- Subject: Re: 25.1.50; encode-time returns wrong result Date: Tue, 14 Jun 2016 07:40:10 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0
Thanks for checking; closing the bug.


--- End Message ---

reply via email to

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