From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: windows build failure Date: Mon, 14 Oct 2013 22:13:48 +0300 Message-ID: <83r4bnpswj.fsf@gnu.org> References: <83wqmeocl5.fsf@gnu.org> <83ioxynvpb.fsf@gnu.org> <87zjrae0q7.fsf@gmail.com> <83eh8mnu8h.fsf@gnu.org> <87ob7qdzxj.fsf@gmail.com> <83a9janq2l.fsf@gnu.org> <87bo3oew5i.fsf@gmail.com> <83wqmclwja.fsf@gnu.org> <8761twemxb.fsf@gmail.com> <83txhglke0.fsf@gnu.org> <871u4keezm.fsf@gmail.com> <83pps4kl3s.fsf@gnu.org> <87vc1v4lld.fsf@gmail.com> <834n9fle10.fsf@gnu.org> <87k3ib4fl7.fsf@gmail.com> <8338ozl7cd.fsf@gnu.org> <83bo2ur4yq.fsf@gnu.org> <87ppr77msv.fsf@gmail.com> <83txgjpvu2.fsf@gnu.org> <87ob6rk6yn.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1381778053 17809 80.91.229.3 (14 Oct 2013 19:14:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2013 19:14:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sean Sieger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 14 21:14:17 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VVnaq-0002z9-0Q for ged-emacs-devel@m.gmane.org; Mon, 14 Oct 2013 21:14:16 +0200 Original-Received: from localhost ([::1]:38410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVnap-00049G-Ik for ged-emacs-devel@m.gmane.org; Mon, 14 Oct 2013 15:14:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVnaf-000456-K8 for emacs-devel@gnu.org; Mon, 14 Oct 2013 15:14:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVnaW-00046y-0e for emacs-devel@gnu.org; Mon, 14 Oct 2013 15:14:05 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:49318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVnaV-00045x-OY for emacs-devel@gnu.org; Mon, 14 Oct 2013 15:13:55 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MUO00C00ANFJ100@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Mon, 14 Oct 2013 22:13:54 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MUO00CHVAR5HE30@a-mtaout23.012.net.il>; Mon, 14 Oct 2013 22:13:54 +0300 (IDT) In-reply-to: <87ob6rk6yn.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164215 Archived-At: > From: Sean Sieger > 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)) > 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.