Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect dates shown in Processing history log #39

Closed
wants to merge 1 commit into from

Conversation

agiudiceandrea
Copy link

Description

Fixes an issue in the processing history log, where the timestamps are saved as:

ALGORITHM|~|YYYY-44-28 18:08:14|~|
ALGORITHM|~|YYYY-51-28 18:08:34|~|
ALGORITHM|~|YYYY-52-28 18:08:56|~|
ALGORITHM|~|YYYY-53-28 18:08:31|~|
ALGORITHM|~|YYYY-53-28 18:08:55|~|
ALGORITHM|~|YYYY-41-29 13:08:34|~|
ALGORITHM|~|YYYY-59-31 08:08:06|~|

instead of

ALGORITHM|~|2023-08-28 18:44:14|~|
ALGORITHM|~|2023-08-28 18:51:34|~|
ALGORITHM|~|2023-08-28 18:52:56|~|
ALGORITHM|~|2023-08-28 18:53:31|~|
ALGORITHM|~|2023-08-28 18:53:55|~|
ALGORITHM|~|2023-08-29 13:41:34|~|
ALGORITHM|~|2023-08-31 08:59:06|~|

@agiudiceandrea
Copy link
Author

Oops...

@agiudiceandrea agiudiceandrea deleted the patch-17 branch September 4, 2023 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant