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