From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19894 invoked from network); 24 Jan 2021 11:37:37 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 24 Jan 2021 11:37:37 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 4F2299C79F; Sun, 24 Jan 2021 21:37:33 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 9928A9C669; Sun, 24 Jan 2021 21:36:57 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 8A0E79C669; Sun, 24 Jan 2021 21:36:53 +1000 (AEST) X-Greylist: delayed 522 seconds by postgrey-1.36 at minnie.tuhs.org; Sun, 24 Jan 2021 21:36:52 AEST Received: from pio-pvt-msa3.bahnhof.se (pio-pvt-msa3.bahnhof.se [79.136.2.42]) by minnie.tuhs.org (Postfix) with ESMTPS id 085D99C63F for ; Sun, 24 Jan 2021 21:36:52 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by pio-pvt-msa3.bahnhof.se (Postfix) with ESMTP id 085EB3F4C5 for ; Sun, 24 Jan 2021 12:28:08 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at bahnhof.se Received: from pio-pvt-msa3.bahnhof.se ([127.0.0.1]) by localhost (pio-pvt-msa3.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zmcV2Mw2qid8 for ; Sun, 24 Jan 2021 12:28:06 +0100 (CET) Received: by pio-pvt-msa3.bahnhof.se (Postfix) with ESMTPA id E783A3F4A5 for ; Sun, 24 Jan 2021 12:28:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by localhost (Postfix) with ESMTPS id 6B43D2E0078 for ; Sun, 24 Jan 2021 12:28:06 +0100 (CET) Date: Sun, 24 Jan 2021 11:28:05 +0000 From: Michael =?utf-8?B?S2rDtnJsaW5n?= To: tuhs@tuhs.org Message-ID: <76f0ffc9-a5d7-471c-9bac-84d5427892b3@localhost> References: <20210124045233.335C79C669@minnie.tuhs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [TUHS] Three-quarters to the next Epoch X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On 23 Jan 2021 21:44 -0800, from ality@pbrane.org (Anthony Martin): >> That was January 14, 2021, right? > > % for(i in `{seq 0 2 8}) date -u 0x$i^0000000 > Thu Jan 1 00:00:00 GMT 1970 > Mon Jan 5 18:48:32 GMT 1987 > Sat Jan 10 13:37:04 GMT 2004 > Thu Jan 14 08:25:36 GMT 2021 > Tue Jan 19 03:14:08 GMT 2038 > % GNU date would appear to agree: $ date --utc --date=@$(printf '%d' 0x60000000) Thu 14 Jan 2021 08:25:36 UTC $ (At least the version I've got handy doesn't seem to like a hex seconds-since-epoch timestamp, so a separate conversion to decimal is required in that case.) -- Michael Kjörling • https://michael.kjorling.se • michael@kjorling.se “Remember when, on the Internet, nobody cared that you were a dog?”