mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 23:35:20 +00:00
docs(sqlite): fix typo - unixtime() -> unixepoch() (#3271)
This commit is contained in:
parent
0ea90881c1
commit
1388fc8acc
@ -60,7 +60,7 @@
|
||||
//! A number of possible formats are tried; see `sqlx-sqlite/src/types/chrono.rs` for the current
|
||||
//! set of formats.
|
||||
//! * If `INTEGER`, it is expected to be the number of seconds since January 1, 1970 00:00 UTC,
|
||||
//! as if returned from the `unixtime()` function (without the `subsec` modifier).
|
||||
//! as if returned from the `unixepoch()` function (without the `subsec` modifier).
|
||||
//! * If `REAL`, it is expected to be the (possibly fractional) number of days since the Julian epoch,
|
||||
//! November 24, 4714 BCE 12:00 UTC, as if returned from the `julianday()` function.
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user