diff --git a/README.md b/README.md index bb02761..3d30cc2 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ import pytz = .isoformat() # 'YYYY-MM-DD', 'HH:MM:SS.ffffff[+]' or both. = .strftime('') # Returns customized string representation. = .toordinal() # Returns days since Christ ignoring time and timezone. - =
.timestamp() # Returns seconds since Epoch in local time or if set. + =
.timestamp() # Returns seconds since Epoch in local time or tz if set. ``` ### Format