We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bc532 commit 4897138Copy full SHA for 4897138
1 file changed
brawlstats/utils.py
@@ -65,7 +65,7 @@ def get_datetime(timestamp: str, unix=True):
65
Parameters
66
----------
67
timestamp: str
68
- A timestamp in the %Y-%m-%dT%H:%M:%S.%fZ format, usually returned by the API A timestamp in the %Y-%m-%dT%H:%M:%S.%fZ format,
+ A timestamp in the %Y-%m-%dT%H:%M:%S.%fZ format, usually returned by the API
69
in the ``created_time`` field for example (eg. 2018-07-18T14:59:06.000Z)
70
unix: Optional[bool] = True
71
Whether to return a POSIX timestamp (seconds since epoch) or not
0 commit comments