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: timestamp Date: Sat, 12 Feb 2022 09:37:17 +0100 Message-ID: <5cae853e6252bb3e38b1a20ff9ea960c1756c68c.camel@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31993"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Feb 12 09:39:56 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 1nInwi-00085T-1A for guile-user@m.gmane-mx.org; Sat, 12 Feb 2022 09:39:56 +0100 Original-Received: from localhost ([::1]:45522 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nInwg-0002wV-J4 for guile-user@m.gmane-mx.org; Sat, 12 Feb 2022 03:39:54 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60828) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nInuK-0002Nc-NT for guile-user@gnu.org; Sat, 12 Feb 2022 03:37:32 -0500 Original-Received: from mx1.riseup.net ([198.252.153.129]:44076) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nInuI-0003VL-At for guile-user@gnu.org; Sat, 12 Feb 2022 03:37:28 -0500 Original-Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (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 4JwkPZ2BZSzF71Y for ; Sat, 12 Feb 2022 00:37:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1644655042; bh=fiYYrq6ACmuKK7gpzb0eZMAJlFAW7VtLim9Sysn9BAM=; h=Subject:From:To:Date:From; b=jMg15auK9q5kU/OeQLixdA7tF7nVQr2lqJigBmUQouqgN7S3Ufi2ZrxVf58nSkXKf 4tuFAwwBHn48JpArGI0QcLRVv3vo19g7cvDE3N/JBSO4+hA5Zj9/0SnyiH9js/ckPE 0edhcR2EdeH90qWz+lakYcd0JmYm7sMm0Rcx0t+s= X-Riseup-User-ID: 4B9EB20F5299C56FC4B27782CF9DC1C2C6D3820B051E04F9457C25EA30C62CD8 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4JwkPY3jzQz1xmv for ; Sat, 12 Feb 2022 00:37:21 -0800 (PST) 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:18077 Archived-At: This scheme@(guile-user)> (stat:ctime (stat "cat.jpg")) $5 = 1607841890 How do I get a timedate from that number ($5) ? Thanks