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-30 04:29:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ada, calendar, and daylight savings Date: 30 Oct 2001 06:29:49 -0600 Organization: LJK Software Message-ID: References: <3BDD6550.8020805@acm.org> <3BDE0B8D.6040409@acm.org> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1004444991 32724 192.135.80.34 (30 Oct 2001 12:29:51 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 30 Oct 2001 12:29:51 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:15402 Date: 2001-10-30T06:29:49-06:00 List-Id: In article <3BDE0B8D.6040409@acm.org>, Corey Minyard writes: > But what if I want a portable package that does this, one that works > with multiple compilers? Surely portability should be one of Ada's > strengths. I am not sure what you are expecting when the underlying operating system has no notion of the difference between Time and UTC. If you want a constant offset, your portable could supply that constant.