
  TYPE
    dst$date_time_information = RECORD
      bst_wcc: ost$date_time,
      bst_frc: integer,
      default_date: ost$default_date_format,
      default_time: ost$default_time_format,
      time_zone: ost$time_zone
    RECEND;

*copyc ost$date_time
*copyc ost$default_date_format
*copyc ost$default_time_format
*copyc ost$time_zone
