pub(super) fn format_date<const CONFIG: EncodedConfig>( output: &mut (impl Write + ?Sized), date: Date, ) -> Result<usize, Format>
Format the date portion of ISO 8601.