add newline
This commit is contained in:
parent
b1b0b2bc65
commit
fafea688e4
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ def str_to_datetime(dt_str):
|
|||
except ValueError: # If dt_str did not match our format
|
||||
return None
|
||||
|
||||
|
||||
def timestamp_to_short_time_str(timestamp):
|
||||
""" Converts a UNIX timestamp to a short time string format.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue