mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
)
This commit is contained in:
parent
4b39dc4f40
commit
d8508c2c47
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ function Home() {
|
|||
},
|
||||
time: new Date()
|
||||
}*/
|
||||
if (resp.data.time === 0 {
|
||||
if (resp.data.time === 0) {
|
||||
setServerTime("now");
|
||||
} else {
|
||||
setServerTime((new Date(resp.data.time * 1000)).toString());
|
||||
|
|
Loading…
Add table
Reference in a new issue