Sujet : Re: [OT] Unix Time Stamp - Independence Day 2025 :-)
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : sci.cryptDate : 11. Jun 2024, 21:55:31
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4adk5$16s3t$6@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 6/11/2024 12:44 PM, Richard Harnden wrote:
On 11/06/2024 18:59, Cri-Cri wrote:
On Tue, 11 Jun 2024 16:12:33 +0200, Stefan Claas wrote:
>
$ echo -n '68686868' | hex2date Friday, 04. July 2025 23:48:56 +0000
(UTC)
>
For those who don't have hex2date:
>
$ python -c "import datetime as dt;print(dt.datetime.fromtimestamp(int('68686868', 16)))"
2025-07-05 01:48:56
>
or:
>
$ python -c "import datetime as dt;print(dt.datetime.fromtimestamp(int('67676767', 16)))"
2024-12-22 02:12:07
>
or even funnier, the most evil day ever:
>
$ python -c "import datetime as dt;print(dt.datetime.fromtimestamp(int('66666666', 16)))"
2024-06-10 04:35:18
>
$ date -d @$((16#68686868))
Fri 4 Jul 23:48:56 UTC 2025
The digit seven is missing, so close, lol...:
23:48:56 we have, [2, 3, 4, 5, 6, (missing), 8]
;^)