read date and time formats correct

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1191 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
christian_u
2010-03-29 14:47:49 +00:00
parent ef8088c301
commit b3cad37666

View File

@ -611,9 +611,9 @@ begin
end;
pxfDate:
begin
i := int-693594;
i := int;
Move(i,Buffer^,sizeof(Integer));
// Result := True;
Result := True;
end;
pxfShort:
begin
@ -641,9 +641,9 @@ begin
end;
pxfTime:
begin
i := int-693594;
i := int;
Move(i,Buffer^,sizeof(Integer));
// Result := True;
Result := True;
end;
pxfTimestamp:
begin