Tambahkan timestamp CSV Python

import time

for val in data:
    now = time.strftime('%d-%m-%Y %H:%M:%S')
    writer.writerow([now, val])
NA RACE