first commit
This commit is contained in:
5
mdrsclient/models/utils.py
Normal file
5
mdrsclient/models/utils.py
Normal file
@ -0,0 +1,5 @@
|
||||
import datetime
|
||||
|
||||
|
||||
def iso8601_to_user_friendly(text: str) -> str:
|
||||
return datetime.datetime.fromisoformat(text).strftime("%Y/%m/%d %H:%M:%S")
|
Reference in New Issue
Block a user