pub fn my_timestamp_from_binary<T: Read>(
    input: T,
    dec: u8
) -> Result<(i32, i32)>