Re: [fpc-pascal] StrToTime function

2008-05-08 Thread Felipe Monteiro de Carvalho
> It is already solved in svn. Looks a good candidate to merge in 2.2.2, if not already merged -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] StrToTime function

2008-05-08 Thread Jonas Maebe
On 08 May 2008, at 21:38, Koenraad Lelong wrote: The value for 12:00 is not right IMHO. I briefly looked at the source to see how it works, but I don't see it immediately. Is this a known problem ? That's the least you could say: http://bugs.freepascal.org/view.php?id=7701 http://bugs.freepas

[fpc-pascal] StrToTime function

2008-05-08 Thread Koenraad Lelong
Hello, I need the StrToTime function, but it doesn't behave well I think. A testprogram, running on Linux, compiled with fpc 2.2.0 : program TimeTest; uses sysutils; var i : integer; DT : TDatetime; T1Str : string; T2Str : string; begin for i:=0 to 23 do begin T1Str:=IntToStr(i); if L