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
Apparently sometimes the IBKR API doesn't populate all the date fields,
so attempting to parse empty timezone names crashes the date range
parsing logic.
Easy fix: if no dates available or if timezone isn't populated, just
return nothing (instead of crashing) because we can't do anything.
Fixes#46
0 commit comments