diff options
Diffstat (limited to 'src/pkg/time/zoneinfo.go')
| -rw-r--r-- | src/pkg/time/zoneinfo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/time/zoneinfo.go b/src/pkg/time/zoneinfo.go index cd2cef4bd..215c95b78 100644 --- a/src/pkg/time/zoneinfo.go +++ b/src/pkg/time/zoneinfo.go @@ -132,7 +132,7 @@ func parseinfo(bytes []byte) (zt []zonetime, ok bool) { abbrev := d.read(n[NChar]); // Leap-second time pairs - leapdata := data{d.read(n[NLeap]*8), false}; + d.read(n[NLeap]*8); // Whether tx times associated with local time types // are specified as standard time or wall time. |
