Home | History | Annotate | Download | only in time

Lines Matching refs:Std

23 // matchZoneKey checks if stdname and dstname match the corresponding "Std"
32 s, _, err := k.GetStringValue("Std")
83 func abbrev(z *syscall.Timezoneinformation) (std, dst string) {
93 return a.std, a.dst
99 return a.std, a.dst
141 std := &l.zone[0]
142 std.name = stdname
145 std.offset = -int(i.Bias) * 60
148 l.cacheZone = std
158 std.offset = -int(i.Bias+i.StandardBias) * 60