Changes between Initial Version and Version 1 of Ticket #30144, comment 5
- Timestamp:
- Feb 4, 2019, 2:45:53 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30144, comment 5
initial v1 1 1 Functions up to 1 day: 2 2 3 ``` 3 4 {{{ 4 5 >>> timedelta(hours=23, minutes=59, seconds=59).seconds 5 6 86399 … … 7 8 0 8 9 >>> 9 ``` 10 11 }}} 10 12 11 13 ([https://docs.python.org/3.7/library/datetime.html#timedelta-objects As documented]: `seconds` is valid to 86399 inclusive, which just is 23hrs, 59mins, 59secs.)