Skip to content

Commit 335e35a

Browse files
committed
Datetime fix
1 parent f253fd1 commit 335e35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ import pytz
499499
<str> = <D/T/DT>.isoformat() # 'YYYY-MM-DD', 'HH:MM:SS.ffffff[+<offset>]' or both.
500500
<str> = <D/T/DT>.strftime('<format>') # Returns customized string representation.
501501
<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.
502+
<float> = <DT>.timestamp() # Returns seconds since Epoch in local time or tz if set.
503503
```
504504

505505
### Format

0 commit comments

Comments
 (0)