]> Cypherpunks repositories - gostls13.git/commit
time: zoneinfo support on darwin/arm
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 2 Mar 2015 21:01:20 +0000 (16:01 -0500)
committerDavid Crawshaw <crawshaw@golang.org>
Tue, 3 Mar 2015 02:24:34 +0000 (02:24 +0000)
commit54efdc596f7b6c711e5d65d99f1c25a0ca3628f1
tree8d700a3752c04ccf62480e8cf705cc555d47779c
parent66416c00eb162f56afe90589e460fcc396b5acc1
time: zoneinfo support on darwin/arm

A future change will include an NSTimeZone hook so we can determine
the device's current time zone.

Change-Id: Ia4bd6b955e4cb720c518055541b66ff57a4dd303
Reviewed-on: https://go-review.googlesource.com/6511
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
src/time/sleep_test.go
src/time/zoneinfo_darwin_armx.go [new file with mode: 0644]
src/time/zoneinfo_unix.go