We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd92da commit 2da0c82Copy full SHA for 2da0c82
src/FacadeVFS.js
@@ -3,7 +3,8 @@ import * as VFS from './VFS.js';
3
4
const AsyncFunction = Object.getPrototypeOf(async function(){}).constructor;
5
6
-// Unix epoch in milliseconds as a BigInt.
+// Milliseconds since Julian epoch as a BigInt.
7
+// https://github.com/sqlite/sqlite/blob/e57527c14f7b7cfa6e32eeab5c549d50c4fa3674/src/os_unix.c#L6872-L6882
8
const UNIX_EPOCH = 24405875n * 8640000n;
9
10
// Convenience base class for a JavaScript VFS.
0 commit comments