Hello,
I am testing a xHarbour with FWH 8.6 application.
SetFTime() have a problem to return the time required :
*******************************************************
CLIPPER :
With Fivewin for Clipper , it make the time, but the seconds passed
to SetFTime() are not the seconds given to SetFTime() :
SetFTime( nIdent, "10:10:10", Date()) gives seconds * 2
file time is then "10:10:20".
*******************************************************
xHARBOUR :
With Fivewin for xHarbour , the hours and the seconds passed
to SetFTime() are not these given to SetFTime() :
SetFTime( nIdent, "10:10:10", Date()) gives hours + 2 and seconds - 2
file time is then "12:10:08".
*******************************************************
Tested with date franch format (DD/MM/YYYY)
Regards,