mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:20:23 +02:00
* patch for mantis #22371 TTimeField.SetAsString stores data as NativeFormat corrupting time fields
git-svn-id: trunk@22471 -
This commit is contained in:
parent
f019e004ce
commit
aa7a980a6f
@ -2179,7 +2179,7 @@ begin
|
|||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
R:=StrToTime(AVAlue);
|
R:=StrToTime(AVAlue);
|
||||||
SetData(@R);
|
SetData(@R,False);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user