Source position: ziputils.pas line 64
type tm_zip = record
tm_sec: LongInt;
tm_min: LongInt;
tm_hour: LongInt;
tm_mday: LongInt;
tm_mon: LongInt;
tm_year: LongInt;
end;