Skip to content

Commit

Permalink
chore: fix validation
Browse files Browse the repository at this point in the history
Signed-off-by: Mikaël Barbero <mikael.barbero@eclipse-foundation.org>
  • Loading branch information
mbarbero committed Oct 29, 2024
1 parent 58b7792 commit 9b1b122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,4 +611,4 @@ def format_date_for_csv(iso_date_str : str) -> str:
if iso_date_str is None:
return ""
date_obj = datetime.fromisoformat(iso_date_str)
return date_obj.strftime("%d/%m/%Y %H:%M:%S")
return date_obj.strftime("%d/%m/%Y %H:%M:%S")

0 comments on commit 9b1b122

Please sign in to comment.