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 0ea9088 commit 1388fc8Copy full SHA for 1388fc8
sqlx-sqlite/src/types/mod.rs
@@ -60,7 +60,7 @@
60
//! A number of possible formats are tried; see `sqlx-sqlite/src/types/chrono.rs` for the current
61
//! set of formats.
62
//! * If `INTEGER`, it is expected to be the number of seconds since January 1, 1970 00:00 UTC,
63
-//! as if returned from the `unixtime()` function (without the `subsec` modifier).
+//! as if returned from the `unixepoch()` function (without the `subsec` modifier).
64
//! * If `REAL`, it is expected to be the (possibly fractional) number of days since the Julian epoch,
65
//! November 24, 4714 BCE 12:00 UTC, as if returned from the `julianday()` function.
66
//!
0 commit comments