
  PROCEDURE [XREF] clp$get_time_zone_identifier
    (    time_zone: ost$time_zone;
         full_form: boolean;
         natural_language: ost$natural_language;
     VAR time_zone_identifier: ost$string;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$natural_language
*copyc ost$status
*copyc ost$string
*copyc ost$time_zone
?? POP ??
