@@ -1,4 +1,4 @@
-const formatTime = (date = new Date(), j1 = '/', j2 = ':') => {
+const formatTime = (date = new Date(), j1 = '-', j2 = ':') => {
const year = date.getFullYear()
const month = date.getMonth() + 1
const day = date.getDate()