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:a05:622a:1a86:b0:3f8:6bf6:7407 with SMTP id s6-20020a05622a1a8600b003f86bf67407mr652989qtc.11.1686120337414; Tue, 06 Jun 2023 23:45:37 -0700 (PDT) X-Received: by 2002:a05:690c:708:b0:568:ee6d:3364 with SMTP id bs8-20020a05690c070800b00568ee6d3364mr2274812ywb.4.1686120337169; Tue, 06 Jun 2023 23:45:37 -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:45:36 -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: <2aa0bb09-9595-47f6-ae70-94ab2ee83c51n@googlegroups.com> Subject: Possible to check access to current time? From: reinert Injection-Date: Wed, 07 Jun 2023 06:45:37 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1422 Xref: news.eternal-september.org comp.lang.ada:65297 List-Id: Hello, 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 automa= tically to check that Network time is available and correctly reported (usi= ng Ada)? reinert