aboutsummaryrefslogtreecommitdiff
path: root/src/time/zoneinfo_windows.go
AgeCommit message (Expand)Author
2020-10-13syscall: remove dependency on ioRuss Cox
2017-09-27time: reduce OS dependent timezone related codeFlorian Uekermann
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-08-28time: always use $GOROOT/lib/time/zoneinfo.zip with genzabbrs.goAlex Brainman
2016-05-14time: set Local.name on windowsAlex Brainman
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2015-08-26time: handle localized time zone namesDaniel Johansson
2015-05-12time: fix registry zone info lookup on WindowsPatrick Mezard
2015-04-30mime, time, internal/syscall/windows/registry: use new registry package to si...Alex Brainman
2015-02-08time: return informative errors when failing to load timezone data.David Symonds
2014-09-08build: move package sources from src/pkg to srcRuss Cox