1
0
mirror of https://github.com/golang/go synced 2024-10-03 08:11:27 -06:00
go/src/time
David Crawshaw 54efdc596f 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>
2015-03-03 02:24:34 +00:00
..
example_test.go
export_test.go
export_windows_test.go
format_test.go
format.go time: correctly parse large input durations and avoid precision loss 2015-01-15 00:15:58 +00:00
genzabbrs.go
internal_test.go
sleep_test.go time: zoneinfo support on darwin/arm 2015-03-03 02:24:34 +00:00
sleep.go time: panic with a more helpful error on use of invalid Timer 2014-10-21 13:26:40 +02:00
sys_plan9.go
sys_unix.go time: return informative errors when failing to load timezone data. 2015-02-08 22:20:37 +00:00
sys_windows.go
tick_test.go
tick.go
time_test.go time: correctly parse large input durations and avoid precision loss 2015-01-15 00:15:58 +00:00
time.go
zoneinfo_abbrs_windows.go
zoneinfo_darwin_armx.go time: zoneinfo support on darwin/arm 2015-03-03 02:24:34 +00:00
zoneinfo_plan9.go Build fix for plan9 after 8bf13838eb. 2015-02-08 22:30:46 +00:00
zoneinfo_read.go
zoneinfo_test.go
zoneinfo_unix.go time: zoneinfo support on darwin/arm 2015-03-03 02:24:34 +00:00
zoneinfo_windows_test.go
zoneinfo_windows.go time: return informative errors when failing to load timezone data. 2015-02-08 22:20:37 +00:00
zoneinfo.go