Skip to content

Commit 47dc97e

Browse files
author
Harald Wilhelmi
committed
Fixing file namee for export
1 parent 1f761a3 commit 47dc97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/scimodom/api/modification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def get_modifications_as_csv():
134134
return e.response_tupel
135135
records_as_csv = _get_csv_from_modifications_records(data["records"])
136136
now = datetime.now(timezone.utc)
137-
file_name = now.strftime("scimodom_search_%Y%m%d_%H%M%S.csv")
137+
file_name = now.strftime("scimodom_search_%Y-%m-%dT%H%M%S.csv")
138138
return Response(
139139
response=records_as_csv,
140140
mimetype="text/csv",

0 commit comments

Comments
 (0)