wrighter / ib-scripts

Python scripts that use the Interactive Brokers TWS API
MIT License
48 stars 19 forks source link

Column 'date' with DateTime format #3

Closed Pl0414141 closed 1 year ago

Pl0414141 commented 1 year ago

Hello,

mostly parsers do not understand the following syntax of 'date' due do not have DateTime format in the CSV content:

date 20220128 00:00:00

I suggest convert to the following:

date 2022.01.28 00:00:00

wrighter commented 1 year ago

I've never used that format before, but it seems reasonable to make the date format an option since users may have different preferences.

wrighter commented 1 year ago

This is resolved in #16