I am using Python v2.7 on Windows 7 OS. My goal is using Python to generate a CSV file which contains date, time, etc.
The question is, the CSV outputs of time are different btw txt format and excel format. Here are some details.
If I use txt to open CSV file, it is good. The output is like: 2016-03-07,15:16:04.003000,...
But when I open the same CSV file with excel, the output of time is not fully displayed:
You may notice from the top line that, the full display of time is actually there. But from row 2, it is incomplete.
Please advice. Thanks!