diff --git a/README.md b/README.md index 6b5dc5a..993ea52 100644 --- a/README.md +++ b/README.md @@ -496,8 +496,8 @@ import pytz ```python = D/T/DT.fromisoformat('') # Object from ISO string.
= DT.strptime(, '') # Datetime from string, according to format. - = D/DT.fromordinal() # Object from days since Christ. - = D/DT.fromtimestamp() # Object from seconds since Epoch in local time. + = D/DT.fromordinal() # D/DT from days since Christ. + = D/DT.fromtimestamp() # D/DT from seconds since Epoch in local time. = DT.utcfromtimestamp() # Naive DT from seconds since Epoch in UTC time. = DT.fromtimestamp(, ) # Aware DT from seconds since Epoch in tz time. ```