Browse Source

Datetime fix

pull/28/head
Jure Šorn 6 years ago
parent
commit
4f9a8fde8a
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
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

Loading…
Cancel
Save