Skip to content

Commit 4f9a8fd

Browse files
committed
Datetime fix
1 parent bad760c commit 4f9a8fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ import pytz
508508
```python
509509
<str> = <D/T/DT>.isoformat() # ISO string representation.
510510
<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.
511+
<int> = <D/DT>.toordinal() # Days since Christ, ignoring time and tz.
512+
<float> = <DT>.timestamp() # Seconds since Epoch in local time or tz.
513513
```
514514

515515
### Format

0 commit comments

Comments
 (0)