Changes between Initial Version and Version 1 of Ticket #30144, comment 5


Ignore:
Timestamp:
Feb 4, 2019, 2:45:53 PM (6 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30144, comment 5

    initial v1  
    11Functions up to 1 day:
    22
    3 ```
     3
     4{{{
    45>>> timedelta(hours=23, minutes=59, seconds=59).seconds
    5686399
     
    780
    89>>>
    9 ```
     10
     11}}}
    1012
    1113([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.)
Back to Top