Skip to content

Potentially unnessecary python-dateutil usage #11344

@martig7

Description

@martig7

What problem are you trying to solve with Submitty
When looking through PR #10905, I found only one usage of the python-dateutil package, so we may be able to remove this dependency. The usage of this package seems to fall under the purpose of the submitty dateutils file, as it parses a string to a python datetime object.

Describe the way you'd like to solve this problem
The solution that first comes to mind is replacing the python-dateutil parser with a new parser which would be stored in the Submitty dateutils file. It's possible that the string manipulation is too complicated to be worth it, so another solution might be to change the way queue times are gathered so that they work with the other Submitty parsers.

Additional context

Image

Image

(Doesn't fit the Submitty date parser)

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions