(20241128) Type hinting added.

This commit is contained in:
2024-11-28 14:38:47 +05:30
parent 90d5f99d26
commit 7c670d6335
+1 -1
View File
@@ -112,7 +112,7 @@ def translate_date_time_string(
datetime_string: str, datetime_string: str,
source_format: str = None, source_format: str = None,
destination_format: str = "%Y-%m-%dT%H:%M:%S" destination_format: str = "%Y-%m-%dT%H:%M:%S"
): ) -> str:
""" """
To convert an input datetime string to a different format. To convert an input datetime string to a different format.