mirror of
https://github.com/bellingcat/tiktok-timestamp.git
synced 2026-06-08 01:28:29 +03:00
Update index.html
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
text = text.replaceAll("\\", "");
|
text = text.replaceAll("\\", "");
|
||||||
console.log(text);
|
console.log(text);
|
||||||
var split = text.split(`"createTime":`);
|
var split = text.split(`"createTime":`);
|
||||||
split = split[1].split(`"`);
|
split = split[1].split(`,`);
|
||||||
|
|
||||||
var formatted = dayjs
|
var formatted = dayjs
|
||||||
.utc(+split[0] * 1000)
|
.utc(+split[0] * 1000)
|
||||||
|
|||||||
Reference in New Issue
Block a user