static S localDateWithMillisecondsIfReasonable(long timestamp) { ret timestamp < 3000 ? null : localDateWithMilliseconds(timestamp); }