From 2aaae5353e040aaf0936d12a7cf7a59ce65d5483 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Jun 2019 16:13:15 +0000 Subject: [PATCH] * Fix ISODateTime constant, trailing quote git-svn-id: trunk@42298 - --- packages/fcl-web/src/restbridge/sqldbrestconst.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fcl-web/src/restbridge/sqldbrestconst.pp b/packages/fcl-web/src/restbridge/sqldbrestconst.pp index 6fe7820703..e45fd2dd77 100644 --- a/packages/fcl-web/src/restbridge/sqldbrestconst.pp +++ b/packages/fcl-web/src/restbridge/sqldbrestconst.pp @@ -52,7 +52,7 @@ Resourcestring Const DefaultAuthenticationRealm = 'REST API Server'; - ISODateTimeFormat = 'YYYY"-"mm"-"dd"T"hh":"nn":"ss"'; + ISODateTimeFormat = 'YYYY"-"mm"-"dd"T"hh":"nn":"ss'; ISODateFormat = ISODateTimeFormat; ISOTimeFormat = '"0000-00-00T"hh":"nn":"ss"';