From: Christian H. <chh...@gm...> - 2007-05-18 18:42:41
|
Hi there, I have been testing the parsers using their test cases. The date tests fail in the current configuration. The solution I think is simple. In one case for example the the parser is required to generate this following string: 1982-06-12 00:00:00 which it doesn't. The input string is 12 jUN 1982 The output is just 1982-06-12 So, that means the trailing 00:00:00 is missing. Does anybody know if that is problem? Christian |