diff --git a/README.md b/README.md index 993ea52..0c11ffc 100644 --- a/README.md +++ b/README.md @@ -508,8 +508,8 @@ import pytz ```python = .isoformat() # ISO string representation. = .strftime('') # Custom string representation. - = .toordinal() # Days since Christ, ignoring time and timezone. - =
.timestamp() # Seconds since Epoch in local time or tz if set. + = .toordinal() # Days since Christ, ignoring time and tz. + =
.timestamp() # Seconds since Epoch in local time or tz. ``` ### Format