diff --git a/index.html b/index.html
index 6c47705..cf9102a 100644
--- a/index.html
+++ b/index.html
@@ -52,7 +52,7 @@
text = text.replaceAll("\\", "");
console.log(text);
var split = text.split(`"createTime":`);
- split = split[1].split(`"`);
+ split = split[1].split(`,`);
var formatted = dayjs
.utc(+split[0] * 1000)