Skip to content

Commit 1388fc8

Browse files
author
Joel Koen
authored
docs(sqlite): fix typo - unixtime() -> unixepoch() (#3271)
1 parent 0ea9088 commit 1388fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-sqlite/src/types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
//! A number of possible formats are tried; see `sqlx-sqlite/src/types/chrono.rs` for the current
6161
//! set of formats.
6262
//! * 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).
63+
//! as if returned from the `unixepoch()` function (without the `subsec` modifier).
6464
//! * If `REAL`, it is expected to be the (possibly fractional) number of days since the Julian epoch,
6565
//! November 24, 4714 BCE 12:00 UTC, as if returned from the `julianday()` function.
6666
//!

0 commit comments

Comments
 (0)