We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad760c commit 4f9a8fdCopy full SHA for 4f9a8fd
README.md
@@ -508,8 +508,8 @@ import pytz
508
```python
509
<str> = <D/T/DT>.isoformat() # ISO string representation.
510
<str> = <D/T/DT>.strftime('<format>') # Custom string representation.
511
-<int> = <D/DT>.toordinal() # Days since Christ, ignoring time and timezone.
512
-<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.
513
```
514
515
### Format
0 commit comments