pub(crate) fn parse_unix_timestamp_nanosecond(
input: &[u8],
modifiers: UnixTimestampNanosecond,
) -> Option<ParsedItem<'_, i128>>Available on crate feature
parsing only.Expand description
Parse the Unix timestamp component with nanosecond precision.