This commit is contained in:
Shusui MOYATANI
2023-03-24 22:30:39 +09:00
parent 1a96bca1ac
commit 904c5a547c
12 changed files with 313 additions and 117 deletions

3
src/utils/epoch.ts Normal file
View File

@@ -0,0 +1,3 @@
const epoch = (): number => Math.floor(Date.now() / 1000);
export default epoch;