We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beac05d commit 6e0edbdCopy full SHA for 6e0edbd
schedule.go
@@ -94,7 +94,9 @@ L:
94
}
95
96
97
- return t.In(origLoc)
+ return t.
98
+ Truncate(time.Minute).
99
+ In(origLoc)
100
101
102
// Next returns the previous time matched with the expression.
@@ -180,7 +182,9 @@ L:
180
182
181
183
184
185
186
187
188
189
190
// dayMatches returns true if the schedule's day-of-week and day-of-month
0 commit comments