
  TYPE
    fst$date_time = record
      case value_specified: boolean of
      = FALSE =
        , { The current date and time will be used. }
      = TRUE =
        date_time: ost$date_time,
      casend,
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc ost$date_time
?? POP ??
