ryanreadbooks
Results
2
comments of
ryanreadbooks
DST issue still exists. For example: ```golang func TestGetNextTime(t *testing.T) { laLoc, _ = time.LoadLocation("America/Los_Angeles") now := time.Date(2024, 3, 10, 01, 59, 40, 0, laLoc) expr := cronexpr.MustParse("*/30 * *...
> This patch should clear up your issue, but it produces some potentially confusing behavior around DST boundaries (ex. `*/2` will have one hour between jobs when the DST boundary...