mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 03:49:04 +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
|
||||
begin
|
||||
R:=StrToTime(AVAlue);
|
||||
SetData(@R);
|
||||
SetData(@R,False);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user