mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
docs(sqlite): fix typo - unixtime() -> unixepoch() (#3271)
This commit is contained in:
parent
0ea90881c1
commit
1388fc8acc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue