Skip to content

Commit

Permalink
docs(sqlite): fix typo - unixtime() -> unixepoch() (#3271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Koen authored Jun 7, 2024
1 parent 0ea9088 commit 1388fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-sqlite/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//!
Expand Down

0 comments on commit 1388fc8

Please sign in to comment.