Browse Source

* Additional fix for bug ID #28237

git-svn-id: trunk@31023 -
michael 10 years ago
parent
commit
9dcfdb24bf
1 changed files with 1 additions and 1 deletions
  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;
 function TimeToRFC3339(ADate :TDateTime):string;
 
 
 begin
 begin
-  Result:=FormatDateTime('hh:nn:ss.zzz',ADate);
+  Result:=FormatDateTime('hh":"nn":"ss"."zzz',ADate);
 end;
 end;