This commit is contained in:
邹宗楠
2023-05-19 10:54:56 +08:00
parent 2633288508
commit d055493539
2 changed files with 3 additions and 8 deletions

View File

@@ -7,7 +7,6 @@ import (
"git.rosy.net.cn/jx-callback/globals"
"go.uber.org/zap"
"testing"
"time"
)
var (
@@ -186,9 +185,3 @@ func TestQueryOrder(t *testing.T) {
globals.SugarLogger.Debug("data:= %s", utils.Format4Output(data, false))
globals.SugarLogger.Debug("err:= %s", utils.Format4Output(err, false))
}
func TestTime(t *testing.T) {
fmt.Println(time.Now().UnixNano() / 1e6)
fmt.Println(1683530814777)
fmt.Println(time.Now().UnixNano()/1e6 - 1683530814777)
}