Function pack_timestamp

Source
pub fn pack_timestamp<W: Write>(
    writer: &mut W,
    sec: i64,
    nsec: u32,
) -> Result<(), PackError>