From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: tomas@tuxteam.de Newsgroups: gmane.lisp.guile.user Subject: Re: timestamp Date: Sat, 12 Feb 2022 14:01:41 +0100 Message-ID: References: <5cae853e6252bb3e38b1a20ff9ea960c1756c68c.camel@riseup.net> <834k54s0yt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="D9gOXI7Tjkk6kswy" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11947"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: Eli Zaretskii Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Feb 12 14:02:35 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 1nIs2t-0002v0-11 for guile-user@m.gmane-mx.org; Sat, 12 Feb 2022 14:02:35 +0100 Original-Received: from localhost ([::1]:52278 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nIs2r-0005E8-FB for guile-user@m.gmane-mx.org; Sat, 12 Feb 2022 08:02:33 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48296) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIs2F-0005Df-1y for guile-user@gnu.org; Sat, 12 Feb 2022 08:01:55 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]:52022) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIs27-0003yA-BB; Sat, 12 Feb 2022 08:01:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject :Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=x808vMkgl80OM9ua33kzCzv6PJ/mSU2JzHJahlcmrJM=; b=VjpmaN95vGwMKUGHVVXhfGHT14 J31EusLGf+/x03IIl6zn8SN9F56pLb+ZAVWEySSURUeJHGFd7K7+FowpmqvHAQLn4jSHhktz5MBKY 0gI0K0yqFpq3rlqeE9gvwEZ98sy9SDYbsMvW7V9b8wfyjIi2wzCExG32REPiCH22GNq0zR1jOXLO1 5GmdiJxAuIWBFlnBEg73qDDpN7R/HTGp5SRUSTeeyPTWCckl+WYR0XpUdFfTCRwzu+b8vBDTOq2FH ePOSyJ+LobEinWHVMmvAXDxuSyFCiAo8ON/LvYCilz9X14idAz/ZfzW1WqNqr8DcBwpQ7ffEgAGkI PLunv4+g==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1nIs21-0007tf-Pw; Sat, 12 Feb 2022 14:01:41 +0100 Content-Disposition: inline In-Reply-To: <834k54s0yt.fsf@gnu.org> Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=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:18086 Archived-At: --D9gOXI7Tjkk6kswy Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 12, 2022 at 02:50:34PM +0200, Eli Zaretskii wrote: > > Date: Sat, 12 Feb 2022 10:01:25 +0100 > > From: > >=20 > > (strftime "%Y-%m-%d %H:%m:%s" (localtime 1607841890)) > > =3D> "2020-12-13 07:12:1607845490" >=20 > I guess you meant %H:%M:%S, not %H:%m:%s... Good catch, Eli. Bad tomas: next time read the strftime man page again, bad tomas. ;-D Thanks --=20 t --D9gOXI7Tjkk6kswy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCYgevtQAKCRAFyCz1etHa Rha7AJ9S+SQIQmncNq8FMDrYY6cZNsQIIwCfSJiZOuR9T9pzQkYGqrxg+d9vb90= =sGZ7 -----END PGP SIGNATURE----- --D9gOXI7Tjkk6kswy--