Skip to content

Commit

Permalink
Update lib/galaxy/managers/markdown_util.py
Browse files Browse the repository at this point in the history
changing format of string time to more closely match iso format
  • Loading branch information
assuntad23 authored Oct 17, 2023
1 parent 09dcba7 commit 8384c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/managers/markdown_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def handle_generate_time(self, line, generate_time):

def handle_invocation_time(self, line, invocation):
self.ensure_rendering_data_for("invocations", invocation)["create_time"] = invocation.create_time.strftime(
"%m/%d/%Y, %H:%M:%S"
"%Y-%m-/%d, %H:%M:%S"
)

def handle_dataset_type(self, line, hda):
Expand Down

0 comments on commit 8384c31

Please sign in to comment.