From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2b151131f90050ab X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-29 02:22:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ada, calendar, and daylight savings Date: 29 Oct 2001 04:21:59 -0600 Organization: LJK Software Message-ID: References: <3BDCEEFF.10409@acm.org> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1004350921 2695 192.135.80.34 (29 Oct 2001 10:22:01 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Mon, 29 Oct 2001 10:22:01 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:15333 Date: 2001-10-29T04:21:59-06:00 List-Id: In article <3BDCEEFF.10409@acm.org>, Corey Minyard writes: > I won't argue about the goofiness of our time system, since I can't do > anything about that :-). > > Hopefully, missiles in flight are using UTC. It makes no sense to use > anything else. However, you have no portable way of finding UTC in Ada. Just ask for the time to be returned. If your computer happens to be set to some unreliable source, such as my watch, then you are at _least_ 5 minutes off from _anybody's_ notion of time. That is no longer a programming problem. Please don't burden Ada.Calendar with illogical constructs.