mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 11:49:13 +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
|
||||
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"';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user