generated on is datetime, not date

This commit is contained in:
Raffael Meyer 2020-02-13 17:09:22 +01:00
parent 0070805bbb
commit 46cf20825b

View File

@ -293,7 +293,7 @@ def get_header(filters, csv_class):
# E = Format version (regarding format name)
csv_class.FORMAT_VERSION,
# F = Generated on
datetime.datetime.now().strftime("%Y%m%d"),
datetime.datetime.now().strftime("%Y%m%d%H%M%S"),
# G = Imported on -- stays empty
"",
# H = Origin (SV = other (?), RE = KARE)