[Ada] Implement Time_IO.Image with Time_Zone
authorBob Duff <duff@adacore.com>
Fri, 8 May 2020 22:37:50 +0000 (18:37 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 6 Jul 2020 11:35:26 +0000 (07:35 -0400)
commitb1e78e8577fcab0c0854f9b7884d6ce3290827ed
tree6d7be26479878505bff0245471c9d4e0988db5cb
parent58d94a32b4cfe6065b736cac38f73d9a8deaa5d4
[Ada] Implement Time_IO.Image with Time_Zone

gcc/ada/

* libgnat/g-catiio.ads, libgnat/g-catiio.adb (Image): New
function. It might seem like the local-time Image should be
implemented in terms of the Time_Zone Image, but that would be
far harder to implement, so we do it the other way around.
gcc/ada/libgnat/g-catiio.adb
gcc/ada/libgnat/g-catiio.ads