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 expect when I setup a timer such as later.parse.text('every 1 hour') or 'after 1 hour' or 'every 1 min', etc. that it will wait the full duration. However, it is always giving the next trigger whenever the clock changes to the next minute hour, etc.
For example, if it is 11:23:20 and I set it to trigger 1 minute, I want it to trigger at 11:24:20. Instead, it just goes to the next minute of 11:25:00.
Likewise If I setup a timer for 1 hour, and it starts at 11:55:20, then it should trigger at 12:55:20, not at 12:00:00. This seems like a bug to me.
The text was updated successfully, but these errors were encountered:
I expect when I setup a timer such as later.parse.text('every 1 hour') or 'after 1 hour' or 'every 1 min', etc. that it will wait the full duration. However, it is always giving the next trigger whenever the clock changes to the next minute hour, etc.
For example, if it is 11:23:20 and I set it to trigger 1 minute, I want it to trigger at 11:24:20. Instead, it just goes to the next minute of 11:25:00.
Likewise If I setup a timer for 1 hour, and it starts at 11:55:20, then it should trigger at 12:55:20, not at 12:00:00. This seems like a bug to me.
The text was updated successfully, but these errors were encountered: