with Ada.Calendar; package Opt70_Pkg is function Image (Date : Ada.Calendar.Time; S : String) return String; end Opt70_Pkg;