1 2 3 4 5 6 7
#[derive(petl::PostgreSQL)] struct Example { timestamp: chrono::DateTime<chrono::Utc>, } #[tokio::test] async fn serialize_datetime() {}