lbilli / rib

An R implementation of Interactive Brokers API
GNU General Public License v3.0
34 stars 7 forks source link

Drop attempt to infer server time zone #15

Closed lbilli closed 2 years ago

lbilli commented 2 years ago

Remove the functionality to infer the time zone that TWS is using, which is set at login time. Let then the user be responsible of keeping track of it.

IB is also moving away from implicit time zones and this feature's cons might outweigh the pros.