Merge pull request #520 from gwenn/fix-doc

[ci skip] Fix rustdoc
This commit is contained in:
gwenn
2019-05-11 13:07:08 +02:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ impl FromSql for NaiveTime {
}
/// ISO 8601 combined date and time without timezone =>
/// "YYYY-MM-DD HH:MM:SS.SSS"
/// "YYYY-MM-DDTHH:MM:SS.SSS"
impl ToSql for NaiveDateTime {
fn to_sql(&self) -> Result<ToSqlOutput<'_>> {
let date_str = self.format("%Y-%m-%dT%H:%M:%S%.f").to_string();