pub proof fn lemma_utc_time_encode_wf<const DER: bool>(value: UtcTime)Expand description
requires
value.wf(),DER ==> value.precision == TimePrecision::Second,ensuresutc_time_bytes_wf::<DER>(utc_time_bytes(value)),utc_time_value(utc_time_bytes(value)) == Some(value),