pub fn serialize<S>( date: &Option<DateTime<Utc>>, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,