summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pkg/time/time.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/time/time.go b/src/pkg/time/time.go
index 911fa82ee..bd4988aa0 100644
--- a/src/pkg/time/time.go
+++ b/src/pkg/time/time.go
@@ -47,7 +47,7 @@ type Time struct {
Month, Day int; // Sep-17 is 9, 17
Hour, Minute, Second int; // 10:43:12 is 10, 43, 12
Weekday int; // Sunday, Monday, ...
- ZoneOffset int; // seconds west of UTC
+ ZoneOffset int; // seconds east of UTC
Zone string;
}