Home | History | Annotate | Download | only in time

Lines Matching refs:zs

84 	zs := make([]*zone, 0)
95 zs = append(zs, &zone{
102 return zs, nil
107 zs, err := readWindowsZones()
111 sort.Slice(zs, func(i, j int) bool {
112 return zs[i].UnixName < zs[j].UnixName
116 Zs []*zone
119 zs,
152 {{range .Zs}} "{{.WinName}}": {"{{.StTime}}", "{{.DSTime}}"}, // {{.UnixName}}