utils/timex.go @@ -14,5 +14,6 @@ if startTime1.After(endTime2) || endTime1.Before(startTime2) { return false } return true }