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 f253fd1 commit 335e35aCopy full SHA for 335e35a
README.md
@@ -499,7 +499,7 @@ import pytz
499
<str> = <D/T/DT>.isoformat() # 'YYYY-MM-DD', 'HH:MM:SS.ffffff[+<offset>]' or both.
500
<str> = <D/T/DT>.strftime('<format>') # Returns customized string representation.
501
<int> = <D/DT>.toordinal() # Returns days since Christ ignoring time and timezone.
502
-<float> = <DT>.timestamp() # Returns seconds since Epoch in local time or <tz> if set.
+<float> = <DT>.timestamp() # Returns seconds since Epoch in local time or tz if set.
503
```
504
505
### Format
0 commit comments