gitee.com/h79/goutils@v1.22.10/common/timer/timer_test.go (about)

     1  package timer
     2  
     3  import "testing"
     4  
     5  func TestCurrentTime(t *testing.T) {
     6  	tt := DateTimeStringToTime("2022-09-01 19:10:10")
     7  	t.Log(tt)
     8  }