* Fix ISODateTime constant, trailing quote

git-svn-id: trunk@42298 -
This commit is contained in:
michael 2019-06-27 16:13:15 +00:00
parent c47fe33586
commit 2aaae5353e

View File

@ -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"';