format_datetime_for_driver

Function format_datetime_for_driver 

Source
pub fn format_datetime_for_driver(
    value: &DateTime<Utc>,
    driver: &Drivers,
) -> String
Expand 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.