From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: adriano Newsgroups: gmane.lisp.guile.user Subject: Re: timestamp Date: Sat, 12 Feb 2022 16:23:32 +0100 Message-ID: <5bc0b1c5f5d1a7e40fbe379729d151ca8b380ae7.camel@riseup.net> References: <5cae853e6252bb3e38b1a20ff9ea960c1756c68c.camel@riseup.net> <834k54s0yt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3880"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: Eli Zaretskii , tomas@tuxteam.de Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Feb 12 16:24:11 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nIuFu-0000pi-9C for guile-user@m.gmane-mx.org; Sat, 12 Feb 2022 16:24:10 +0100 Original-Received: from localhost ([::1]:38190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nIuFs-0002dQ-S9 for guile-user@m.gmane-mx.org; Sat, 12 Feb 2022 10:24:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45016) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIuFS-0002dH-VX for guile-user@gnu.org; Sat, 12 Feb 2022 10:23:43 -0500 Original-Received: from mx1.riseup.net ([198.252.153.129]:44290) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIuFP-000650-3e; Sat, 12 Feb 2022 10:23:41 -0500 Original-Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4JwvQK36dFzF3yT; Sat, 12 Feb 2022 07:23:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1644679417; bh=EzQzPfNHztqIVvn0cKh5SOJzJx6euaBE5YCNCQIelCg=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=PpHR4Lq8VanpcXxBRgayvFNDdsGxDtTdI5w88SvDU97MJET03okvqem35h2ZCS4Kp 9FR50NKwMe66vUVtLHOcTRADidiGpRNEwcqWoTMDBg3CAaC0gRR1m3JSnacsTJlrJs 7od6HcbtpQsewn1evZbL8VK51uG+m67GMj29JnTo= X-Riseup-User-ID: F52AF4298CCE5CD472EE3F64C7EF3017BF3840140D6C705B7255706D03B67764 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4JwvQH6DZcz5vNJ; Sat, 12 Feb 2022 07:23:35 -0800 (PST) In-Reply-To: <834k54s0yt.fsf@gnu.org> Received-SPF: pass client-ip=198.252.153.129; envelope-from=randomlooser@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18095 Archived-At: Il giorno sab, 12/02/2022 alle 14.50 +0200, Eli Zaretskii ha scritto: > > Date: Sat, 12 Feb 2022 10:01:25 +0100 > > From: > > > >   (strftime "%Y-%m-%d %H:%m:%s" (localtime 1607841890)) > >   => "2020-12-13 07:12:1607845490" > > I guess you meant %H:%M:%S, not %H:%m:%s... > this could end up in the cookbook too...