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 4327805 commit d67e917Copy full SHA for d67e917
utils/date_time_utils.py
@@ -6,9 +6,6 @@ class DateTimeUtils:
6
A utility class for doing common actions with datetimes.
7
"""
8
9
- def __init__(self):
10
- pass
11
-
12
@staticmethod
13
def current_datetime(format_date: str = "%d/%m/%Y %H:%M") -> str:
14
"""Gets the current datetime in the specified format.
0 commit comments