We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01e473 commit b238bdbCopy full SHA for b238bdb
tests/mysql/types.rs
@@ -88,15 +88,15 @@ mod chrono {
88
89
test_type!(chrono_timestamp<DateTime::<Utc>>(MySql,
90
"TIMESTAMP '2019-01-02 05:10:20.115100'"
91
- == DateTime::from_naive_utc_and_offset(
+ == DateTime::<Utc>::from_naive_utc_and_offset(
92
NaiveDateTime::parse_from_str("2019-01-02 05:10:20.115100", "%Y-%m-%d %H:%M:%S%.f").unwrap(),
93
Utc,
94
)
95
));
96
97
test_type!(chrono_fixed_offset<DateTime::<FixedOffset>>(MySql,
98
99
100
101
102
0 commit comments