From: Eric Botcazou Date: Mon, 20 Oct 2025 21:57:01 +0000 (+0200) Subject: Ada: Fix incorrect specification of GNAT.Calendar.Time_IO "%c" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb0dec9d1321582fbece7fc2688ae107c48aa1df;p=thirdparty%2Fgcc.git Ada: Fix incorrect specification of GNAT.Calendar.Time_IO "%c" The timezone is not printed by the "%c" specifier. gcc/ada/ PR ada/32318 * libgnat/g-catiio.adb (Image_Helper) <'c'>: Fix comment. --- diff --git a/gcc/ada/libgnat/g-catiio.adb b/gcc/ada/libgnat/g-catiio.adb index 531070616a2..d229b3ba61b 100644 --- a/gcc/ada/libgnat/g-catiio.adb +++ b/gcc/ada/libgnat/g-catiio.adb @@ -515,7 +515,7 @@ package body GNAT.Calendar.Time_IO is Result := Result & Image (Month_Name'Image (Month_Name'Val (Month - 1))); - -- Locale's date and time (Sat Nov 04 12:02:33 EST 1989) + -- Locale's date and time (Sat Nov 04 12:02:33 1989) when 'c' => case Padding is