From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.devel Subject: rfc: [build] Use UTC, precise format for =?utf-8?b?4oCYYnVpbGRz?= =?utf-8?b?dGFtcOKAmQ==?= value. Date: Thu, 17 Jun 2010 17:08:00 +0200 Message-ID: <871vc5g0j3.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276787440 2120 80.91.229.12 (17 Jun 2010 15:10:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2010 15:10:40 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 17 17:10:39 2010 connect(): No such file or directory Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OPGjm-0000s9-Q2 for guile-devel@m.gmane.org; Thu, 17 Jun 2010 17:10:38 +0200 Original-Received: from localhost ([127.0.0.1]:60781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPGjm-0003mX-49 for guile-devel@m.gmane.org; Thu, 17 Jun 2010 11:10:38 -0400 Original-Received: from [140.186.70.92] (port=55762 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPGjV-0003kS-HP for guile-devel@gnu.org; Thu, 17 Jun 2010 11:10:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPGjU-0006QV-6K for guile-devel@gnu.org; Thu, 17 Jun 2010 11:10:21 -0400 Original-Received: from smtp205.alice.it ([82.57.200.101]:39274) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPGjT-0006QC-Su for guile-devel@gnu.org; Thu, 17 Jun 2010 11:10:20 -0400 Original-Received: from ambire.localdomain (95.244.66.34) by smtp205.alice.it (8.5.124.08) id 4C1A2645000212AB for guile-devel@gnu.org; Thu, 17 Jun 2010 17:10:18 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OPGhE-0006XZ-NA for guile-devel@gnu.org; Thu, 17 Jun 2010 17:08:00 +0200 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10505 Archived-At: aka 124c116d50aca4bd872fdbe3fc4da99c67a3118a aka ttn/misc-maint~1 (at the moment) On my machine: $ date gio giu 17 17:06:23 CEST 2010 which is locale-dependent, unlike the replacement: $ date -u +'%Y-%m-%d %T' 2010-06-17 15:06:23 UTC is where we want to be (presuming Guile takes over the world :-). thi