summaryrefslogtreecommitdiff
path: root/src/time/sys_unix.go
Commit message (Collapse)AuthorAgeFilesLines
* time: return informative errors when failing to load timezone data.David Symonds2015-02-081-0/+2
| | | | | | | | | | | | If we cannot load timezone information for a reason other than the zoneinfo file not existing, return it since that will be much more useful in debugging failures than "unknown time zone XYZ". Fixes #9723. Change-Id: I3aa5774859cec28e584d16bcc1fef0705d95288c Reviewed-on: https://go-review.googlesource.com/3984 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+76
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.