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
Currently, parse_date in the util.cc file gets called every event in order to check if the date and time is in range of start_date and end_date found in the config file. Need a way to optimize this or get rid of it completely.