fn write_temporal_value( f: &mut Formatter<'_>, data_type: &DataType, v: i64, ) -> Result
Writes the Debug representation of a single temporal value (converted to i64) of the given [DataType] to f
Debug
i64
DataType
f