We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02c85b commit 78b2923Copy full SHA for 78b2923
autosubmit/job/job.py
@@ -23,7 +23,6 @@
23
24
from collections import OrderedDict
25
from pathlib import Path
26
-from xmlrpc.client import DateTime
27
28
from autosubmit.job import job_utils
29
import copy
@@ -3101,7 +3100,7 @@ def _parse_timestamp(self, timestamp: int) -> datetime:
3101
3100
Parse a date from int to datetime.
3102
:param timestamp: time to be converted
3103
:type timestamp: int
3104
- :return: return time converted from int to datetime
+ :return: return time converted
3105
:rtype: datetime
3106
"""
3107
value = datetime.datetime.fromtimestamp(timestamp)
0 commit comments