Browse Source

* Fix ISODateTime constant, trailing quote

git-svn-id: trunk@42298 -
michael 6 years ago
parent
commit
2aaae5353e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-web/src/restbridge/sqldbrestconst.pp

+ 1 - 1
packages/fcl-web/src/restbridge/sqldbrestconst.pp

@@ -52,7 +52,7 @@ Resourcestring
 
 
 Const
 Const
   DefaultAuthenticationRealm = 'REST API Server';
   DefaultAuthenticationRealm = 'REST API Server';
-  ISODateTimeFormat = 'YYYY"-"mm"-"dd"T"hh":"nn":"ss"';
+  ISODateTimeFormat = 'YYYY"-"mm"-"dd"T"hh":"nn":"ss';
   ISODateFormat = ISODateTimeFormat;
   ISODateFormat = ISODateTimeFormat;
   ISOTimeFormat = '"0000-00-00T"hh":"nn":"ss"';
   ISOTimeFormat = '"0000-00-00T"hh":"nn":"ss"';