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
 <str>    = <D/T/DT>.isoformat()             # ISO string representation.
 <str>    = <D/T/DT>.strftime('<format>')    # Custom string representation.
-<int>    = <D/DT>.toordinal()               # Days since Christ, ignoring time and timezone.
-<float>  = <DT>.timestamp()                 # Seconds since Epoch in local time or tz if set.
+<int>    = <D/DT>.toordinal()               # Days since Christ, ignoring time and tz.
+<float>  = <DT>.timestamp()                 # Seconds since Epoch in local time or tz.
 ```
 
 ### Format