Skip to content

Commit

Permalink
fix current_time_int64
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Aug 4, 2022
1 parent a7b2195 commit 8a80a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvsqlite/src/sqlite_vfs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ mod vfs {
) -> i32 {
log::trace!("current_time_int64");

const UNIX_EPOCH: i64 = 24405875 * 86400000;
const UNIX_EPOCH: i64 = 24405875 * 8640000;
let now = SystemTime::now()
.duration_since(SystemTime::UNIX_EPOCH)
.unwrap()
Expand Down

0 comments on commit 8a80a80

Please sign in to comment.