docs: nowtime

This commit is contained in:
Hussain Nagaria 2023-12-17 12:52:09 +05:30
parent 38fdf2d7cb
commit 967755cb77

View file

@ -421,7 +421,7 @@ def get_abbr(string: str, max_len: int = 2) -> str:
def nowtime() -> str:
"""return current time in hh:mm"""
"""Returns current time (system timezone) in `hh:mm:ss` format."""
return now_datetime().strftime(TIME_FORMAT)