Skip to main content

parse_unix_timestamp_millisecond

Function parse_unix_timestamp_millisecond 

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

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