You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using version 13.3.0,
and have found a few issues that seem to address some aspects of this ( 1258,1477,363,569 ) , but they all seem so be prior to 1.13.3....
I seem to be unable to parse a time value (HH:MM).
specifically, a string that is not in the requested format, does not throw SyntaxException for Poco::DateTimeParser::parse or 'false' for Poco::DateTimeParser::tryParse as is described in the documentation )
I've attached a file with some code that shows this. dateParse.cpp.txt
can anyone tell me if i'm missed something ,
Or if this is a bug ?