What formats should DATETIME DataSet import columns be in?
I am planning on using StreamAPI to import data to a DataSet. For the column definitions of the DataSet, it appears it should be STRING, DATETIME, DECIMAL, etc... What is the standard format or approach to importing "date and time" column data? I have not seen any definition of that in the documentation. I assume I should…