Date/Time issues with DataFrameClient

Hello,

I am interested in getting assistance with the python DataFrameClient. I am running into datetime issues trying to insert records into influxdb. All by dates are showing up as 1970. If I convert to EPOCH time in python the DataFrameClient complains I am not using a proper DatetimeIndex or PeriodIndex.

Any tips would be appreciated!

Lauren

This is likely due to a mismatch between the precision with with you are writing your data. If the actual timestamps and the precision you have configured your client with are different this will result is 1970 timestamps. Set the time_precision param when you instantiate your client.