pub fn hh_mm_format<S>(
    time: &Option<NaiveTime>,
    serializer: S
) -> Result<S::Ok, S::Error> where
    S: Serializer