fn to_char_timestamplike<'a, T>( ts: &T, format: &str, temp_storage: &'a RowArena, ) -> Datum<'a>where T: TimestampLike,