private static final char[] END_OF_STRING = {(char) 0};
private void parseTimestamp( String timestampStr, boolean isJDBCEscape, LocaleFinder localeFinder, Calendar cal)
throws StandardException
{
StandardException thrownSE = null;
DateTimeParser parser = new DateTimeParser( timestampStr);
try
{
int[] dateTimeNano = parseDateOrTimestamp( parser, true);
encodedDate = dateTimeNano[0];