Deutsch   English   Français   Italiano  
<vup5d4$fjmk$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com>
Newsgroups: comp.lang.c
Subject: Re: "A diagram of C23 basic types"
Date: Tue, 29 Apr 2025 02:10:11 +0200
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <vup5d4$fjmk$1@dont-email.me>
References: <87y0wjaysg.fsf@gmail.com> <vt1a7f$i5jd$1@dont-email.me>
 <vti36r$g4nu$2@dont-email.me>
 <slrnvvqhmc.2eh69.candycanearter07@candydeb.host.invalid>
 <vtjknt$1sp26$1@dont-email.me> <vtk2f9$295ku$2@dont-email.me>
 <vtka7u$2ddeu$1@dont-email.me> <CNtLP.2611170$TBhc.2589292@fx16.iad>
 <vtm71q$78l6$3@dont-email.me> <87plhd0z76.fsf@nosuchdomain.example.com>
 <slrnvvvdch.3gc99.candycanearter07@candydeb.host.invalid>
 <87cydb28gu.fsf@nosuchdomain.example.com> <S2ULP.1346551$BrX.394554@fx12.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 29 Apr 2025 02:10:12 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="e4ef8cccc672659813cc063696cd98bb";
	logging-data="511700"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+MM/7GMXcJxtzN8ma1AWhM"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
Cancel-Lock: sha1:YMYDLuH7gyLFFau57zcwqMatgSs=
In-Reply-To: <S2ULP.1346551$BrX.394554@fx12.iad>
X-Enigmail-Draft-Status: N1110
Bytes: 2517

[ Just noticed this post while catching up in my backlog, so I'm not
  sure my questions/comments have already been addressed elsewhere. ]

On 16.04.2025 22:04, Scott Lurndal wrote:
>> [...]
> 
> Back in the mainframe days, it was common to use julian dates
> as they were both concise (5 BCD digits/20 bits) and sortable.
> 
>   YYDDD
> 
> If time was neeeded, it was seconds since midnight in a reference
> timezone.

I don't quite understand the rationale behind all that said above.

"YYDDD" was used without century information? How is that useful?
(I assume it's just the popular laziness that later lead to all the
Y2k chaos activities.)

And "seconds since midnight" where taken despite the Julian Dates
have a day start at high noon (12:00)? [*]

Janis

[*] I recall that e.g. SunOS also had that wrong and assumed start at
midnight. Folks generally don't seem to be aware of that difference.