I am trying to save the time and date in CSV file using pandas dataframe.
import time start = time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime())