Sujet : Re: [OT] Unix Time Stamp - Independence Day 2025 :-)
De : richard.nospam (at) *nospam* gmail.invalid (Richard Harnden)
Groupes : sci.cryptDate : 11. Jun 2024, 20:44:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4a9ej$172l3$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
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
-- This email has been checked for viruses by AVG antivirus software.www.avg.com