Browse Source

* Fixed bug #28237

git-svn-id: trunk@31017 -
michael 10 years ago
parent
commit
aa01153b77
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

@@ -223,7 +223,7 @@ Var
 function DateTimeToRFC3339(ADate :TDateTime):string;
 function DateTimeToRFC3339(ADate :TDateTime):string;
 
 
 begin
 begin
-  Result:=FormatDateTime('yyyy-mm-dd"T"hh:nn:ss.zzz"Z"',ADate);
+  Result:=FormatDateTime('yyyy-mm-dd"T"hh":"nn":"ss"."zzz"Z"',ADate);
 end;
 end;
 
 
 function DateToRFC3339(ADate: TDateTime): string;
 function DateToRFC3339(ADate: TDateTime): string;