pub fn format_datetime_for_driver(
value: &DateTime<Utc>,
driver: &Drivers,
) -> StringExpand description
Converts a DateTime<Utc> to the format expected by a specific driver.
This is useful for debugging or when you need the string representation without actually binding to a query.