Skip to content

Commit 32016e3

Browse files
committed
Comment update to clarify local time zone usage
1 parent f6d519f commit 32016e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (s byTime) Less(i, j int) bool {
7070
return s[i].Next.Before(s[j].Next)
7171
}
7272

73-
// New returns a new Cron job runner.
73+
// New returns a new Cron job runner, in the Local time zone.
7474
func New() *Cron {
7575
return NewWithLocation(time.Now().Location())
7676
}

0 commit comments

Comments
 (0)