static long parseLocalDateWithMilliseconds(S s) ctex { if (s == null) ret 0; ret simpleDateFormat_local("yyyy/MM/dd HH:mm:ss''SSSS").parse(s).getTime(); }