Function parse_millisecond_timestamp

Source
pub fn parse_millisecond_timestamp(timestamp: &str) -> Result<UnixNanos>
Expand description

Parses a timestamp in milliseconds since epoch into UnixNanos.

§Errors

Returns an error if the input string is not a valid unsigned integer.