fix: fixed utils.convert_datetime_to_str
This commit is contained in:
parent
9794552632
commit
a6d127a903
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ def convert_datetime_to_str(datetime: datetime) -> str:
|
||||||
Returns:
|
Returns:
|
||||||
str: Converted date string
|
str: Converted date string
|
||||||
"""
|
"""
|
||||||
return datetime.now().strftime('%Y-%m-%dT%H:%M:%S.%fZ')
|
return datetime.strftime('%Y-%m-%dT%H:%M:%S.%f+00:00')
|
||||||
|
|
Loading…
Reference in a new issue