aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/time/time_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/time/time_test.go')
-rw-r--r--src/pkg/time/time_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/time/time_test.go b/src/pkg/time/time_test.go
index 93ddcee348..61ca979625 100644
--- a/src/pkg/time/time_test.go
+++ b/src/pkg/time/time_test.go
@@ -14,7 +14,7 @@ func init() {
// Force US Pacific time for daylight-savings
// tests below (localtests). Needs to be set
// before the first call into the time library.
- os.Setenv("TZ", "US/Pacific")
+ os.Setenv("TZ", "America/Los_Angeles")
}
type TimeTest struct {