mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Adjust offset time
This commit is contained in:
parent
a50eab7dc9
commit
29553e37ea
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ function Home() {
|
|||
const handleSubmit = async (event) => {
|
||||
event.preventDefault();
|
||||
let input = parseInt(inputValue.trim());
|
||||
let time = Math.round((new Date(inputValue.trim()).getTime() + 200000) / 1000);
|
||||
let time = Math.round((new Date(inputValue.trim()).getTime() + 70000) / 1000);
|
||||
if (input === -1) {
|
||||
time = 1711741114;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue