Skip to main content

parse_unix_timestamp_microsecond

Function parse_unix_timestamp_microsecond 

Source
pub(crate) fn parse_unix_timestamp_microsecond(
    input: &[u8],
    modifiers: UnixTimestampMicrosecond,
) -> Option<ParsedItem<'_, i128>>
Available on crate feature parsing only.
Expand description

Parse the Unix timestamp component with microsecond precision, returning the value in nanoseconds.