aboutsummaryrefslogtreecommitdiff
path: root/src/time/zoneinfo_unix.go
AgeCommit message (Expand)Author
2023-02-04time: add /etc/zoneinfo as valid path for tzdata for NixOSDavid Anderson
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-18time: fix zoneinfo.zip locating logic when built with -trimpathBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-07time: enable system zoneinfo on macOS/ARM64Cherry Zhang
2020-09-19time: support colon at start of TZ valueJay Lee
2020-04-08all: remove darwin/386 build-tags and filesAustin Clements
2020-02-22time: remove unnecessary trailing slash from "/etc/"Ian Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-24time: return correct zone info on js/wasmAgniva De Sarker
2018-10-10time: add AIX operating systemClément Chigot
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-13time: add wasm architectureRichard Musiol
2017-09-27time: reduce OS dependent timezone related codeFlorian Uekermann
2016-08-23time: load time zones from the system tzdata file on AndroidElias Naur
2015-03-03time: zoneinfo support for darwinDavid Crawshaw
2015-03-03Revert "time: zoneinfo support on darwin/arm"David Crawshaw
2015-03-03time: zoneinfo support on darwin/armDavid Crawshaw
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