mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 14:58:25 +02:00
* Fix ISODateTime constant, trailing quote
git-svn-id: trunk@42298 -
This commit is contained in:
parent
c47fe33586
commit
2aaae5353e
@ -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"';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user