package test

import (
	"cicv-data-closedloop/common/util"
	"fmt"
	"testing"
)

func TestTimeCustom(t *testing.T) {
	begin := util.TimeCustomChange("2024-07-26-07-25-38", -10)
	fmt.Println(begin)
}