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
fixed internal issue where 'seconds' were not being optional. When passing just hours and minutes, it would give an IndexOutOfBounds error when splitting the time and getting a third non-existent index from the list.