Skip to content

Commit

Permalink
updated datetime format to be compatible with Windows and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
“Simone committed Oct 7, 2024
1 parent 539d053 commit cdb3283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# Examples:
# '%Y-%m-%d %H:%M:%S' -> '2023-09-20 15:30:45'
# '%d/%m/%Y %I:%M %p' -> '20/09/2023 03:30 PM'
DATETIME_FORMAT = '%d-%m-%Y %H:%M:%S'
DATETIME_FORMAT = '%d-%m-%Y_%H-%M-%S'
#
# Date format
DATE_FORMAT = '%d-%m-%Y'
Expand Down

0 comments on commit cdb3283

Please sign in to comment.