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:620a:4884:b0:6fb:c38e:27bf with SMTP id ea4-20020a05620a488400b006fbc38e27bfmr15664825qkb.351.1669034171509; Mon, 21 Nov 2022 04:36:11 -0800 (PST) X-Received: by 2002:a37:4043:0:b0:6ee:b095:a047 with SMTP id n64-20020a374043000000b006eeb095a047mr16041305qka.524.1669034171307; Mon, 21 Nov 2022 04:36:11 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.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: Mon, 21 Nov 2022 04:36:11 -0800 (PST) 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: I tried GNAT.Source_Info.Compilation_ISO_Date; From: reinert Injection-Date: Mon, 21 Nov 2022 12:36:11 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1410 Xref: reader01.eternal-september.org comp.lang.ada:64646 List-Id: Hello, I tried both GNAT.Source_Info.Compilation_ISO_Date and GNAT.Source_Info.Compilation_Time.and I got excited. 1. Is it possible to specify time zone (utc_time_offset) here? 2. I would like, as an extra qiality check, to automatically print out the last time of *any change* in any part/file of my source code when I start the program (or following some possible exceptions). How is it possible? reinert