Browse Source

* Additional fix for bug ID #28237

git-svn-id: trunk@31023 -
michael 10 năm trước cách đây
mục cha
commit
9dcfdb24bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/fcl-web/src/base/restbase.pp

+ 1 - 1
packages/fcl-web/src/base/restbase.pp

@@ -234,7 +234,7 @@ end;
 function TimeToRFC3339(ADate :TDateTime):string;
 
 begin
-  Result:=FormatDateTime('hh:nn:ss.zzz',ADate);
+  Result:=FormatDateTime('hh":"nn":"ss"."zzz',ADate);
 end;