From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:5a4c:0:b0:3f6:aa29:b631 with SMTP id o12-20020ac85a4c000000b003f6aa29b631mr581544qta.2.1686120231349; Tue, 06 Jun 2023 23:43:51 -0700 (PDT) X-Received: by 2002:a25:2446:0:b0:b9a:703d:e650 with SMTP id k67-20020a252446000000b00b9a703de650mr1592654ybk.7.1686120231123; Tue, 06 Jun 2023 23:43:51 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 6 Jun 2023 23:43:50 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=84.209.88.37; posting-account=bPTmZAoAAAC_6HP9XLKB9aAAxBa6BuOR NNTP-Posting-Host: 84.209.88.37 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Possible to check access to current time From: reinert Injection-Date: Wed, 07 Jun 2023 06:43:51 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1407 Xref: news.eternal-september.org comp.lang.ada:65296 List-Id: This may not be a specific Ada question, but anyway: I use Ada and consider to apply current time to label (dynamic) data so one= always can access the latest corrections/versions. This could be a source= or error if current (real) time is reported wrong. So is it possible autom= atically to check that Network time is available and correctly reported (us= ing Ada)? reinert