You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to reproduce the issue:
To get the incorrect calculation set the timestamp of 31 Jan 2018 23:55 (timezone should match)
in ia.core.cron.php in assignment: $dateArr = getdate(); (pass ts as param)
you'll get 1 Jan 2019.
in some cases this date is calculated wrong. It sets the
nextrun
time to 1 year ahead from the time that should've been set.The text was updated successfully, but these errors were encountered: