Deutsch English Français Italiano |
<vuphcu$tbfj$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: James Kuyper <jameskuyper@alumni.caltech.edu> Newsgroups: comp.lang.c Subject: Re: "A diagram of C23 basic types" Date: Mon, 28 Apr 2025 23:34:53 -0400 Organization: A noiseless patient Spider Lines: 39 Message-ID: <vuphcu$tbfj$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> <vup5d4$fjmk$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Injection-Date: Tue, 29 Apr 2025 05:34:55 +0200 (CEST) Injection-Info: dont-email.me; posting-host="933fffa209b3970701b0ab21f41b243e"; logging-data="962035"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18nVuy8rJ2+r6a0STi+lzEt+vlxd7DayGY=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:351jW86jsyfg2d0wYZ94i22wYgQ= In-Reply-To: <vup5d4$fjmk$1@dont-email.me> Content-Language: en-US Bytes: 3123 On 4/28/25 20:10, Janis Papanagnou wrote: > [ 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)? [*] Strictly speaking, "Julian Day" is the number of days since Jan 01 4713 BCE at Noon (a date that was chosen because it simplifies conversion between several different ancient calendar systems. It starts at Noon because it was devised for use by astronomers, who are generally awake at midnight and asleep at Noon (especially in ancient times). Informally speaking, "Julian Day" is commonly used to refer to any system for designating dates that include a "day of year" component, as does the above example. Most of these start at midnight, not Noon. There's no use being a purist about this (that would be my preference too) - the informal meaning is quite common, probably more common than the "correct" one.