package xtime import ( "fmt" "testing" ) func TestLeaTime(t *testing.T) { fmt.Println(LeaTime(1651812894)) }