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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:4b4c:: with SMTP id y73mr570395qka.467.1583174993258; Mon, 02 Mar 2020 10:49:53 -0800 (PST) X-Received: by 2002:a05:6830:10d7:: with SMTP id z23mr467833oto.114.1583174993101; Mon, 02 Mar 2020 10:49:53 -0800 (PST) Newsgroups: comp.lang.ada Date: Mon, 2 Mar 2020 10:49:52 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=194.39.218.10; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 194.39.218.10 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ada.Calendar.Formatting.Image (or Time_Of) changing the time From: Marius Amado-Alves Injection-Date: Mon, 02 Mar 2020 18:49:53 +0000 Content-Type: text/plain; charset="UTF-8" Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!feed.ac-versailles.fr!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Xref: reader01.eternal-september.org comp.lang.ada:58156 Date: 2020-03-02T10:49:52-08:00 List-Id: Feeding Ada.Calendar.Formatting.Image with an Ada.Calendar.Time_Of the year, month, day, seconds on the left, we get the image on the right. Some images, marked *, are 1 hour behind. 2015 1 21 32040 ( 8:54 AM) => 2015-01-21 08:54:00 2015 1 21 39240 (10:54 AM) => 2015-01-21 10:54:00 2015 7 21 32040 ( 8:54 AM) => 2015-07-21 07:54:00 * 2015 7 21 39240 (10:54 AM) => 2015-07-21 09:54:00 * The different input is the month, January versus July, so it looks like a daylight savings thing. Is this expected behaviour? Thanks. [Compiler = GNAT Community 2018 (20180523-73)]