docs: nowtime
This commit is contained in:
parent
38fdf2d7cb
commit
967755cb77
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue