Function pack_timestamp32

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