summaryrefslogtreecommitdiff
path: root/src/time/zoneinfo_unix.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* time: enable system zoneinfo on macOS/ARM64Cherry Zhang2020-10-071-1/+1
* time: support colon at start of TZ valueJay Lee2020-09-191-5/+22
* all: remove darwin/386 build-tags and filesAustin Clements2020-04-081-1/+1
* time: remove unnecessary trailing slash from "/etc/"Ian Lance Taylor2020-02-221-1/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* time: return correct zone info on js/wasmAgniva De Sarker2018-10-241-1/+1
* time: add AIX operating systemClément Chigot2018-10-101-1/+1
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* time: add wasm architectureRichard Musiol2018-04-131-1/+1
* time: reduce OS dependent timezone related codeFlorian Uekermann2017-09-271-41/+3
* time: load time zones from the system tzdata file on AndroidElias Naur2016-08-231-1/+1
* time: zoneinfo support for darwinDavid Crawshaw2015-03-031-1/+1
* Revert "time: zoneinfo support on darwin/arm"David Crawshaw2015-03-031-1/+1
* time: zoneinfo support on darwin/armDavid Crawshaw2015-03-031-1/+1
* time: return informative errors when failing to load timezone data.David Symonds2015-02-081-0/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+84