Source position: date_utils.pas line 21
type TDateTimeRec = packed record
Date: TDateTime;
HourOffset: ShortInt;
MinuteOffset: ShortInt;
end;