static long parseLocalDateWithMilliseconds_orKeepLong(O o) { if (o cast Long) ret o; if (o cast S) ret parseLocalDateWithMilliseconds(o); ret 0; }