Skip to content

Commit

Permalink
update xlsx datetime format as YYYY-MM-DDTHH:mm:ss
Browse files Browse the repository at this point in the history
  • Loading branch information
helen-m-lin committed Apr 4, 2024
1 parent 4cd6f5d commit 3c93a72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class JobUploadTemplate:

FILE_NAME = "job_upload_template.xlsx"
NUM_TEMPLATE_ROWS = 20
XLSX_DATETIME_FORMAT = "yyyy-mm-dd hh:mm:ss"
XLSX_DATETIME_FORMAT = "YYYY-MM-DDTHH:mm:ss"
HEADERS = [
"platform",
"acq_datetime",
Expand Down
Binary file modified tests/resources/job_upload_template.xlsx
Binary file not shown.

0 comments on commit 3c93a72

Please sign in to comment.