Message86135
I did add a patch description: "Adds a datetime.total_seconds attribute"
- is that unclear?
The idea is that you should be able to extract the total number of
seconds in the duration i.e.
>>> dt = datetime.timedelta(seconds=1234567.89)
>>> dt.total_seconds
1234567.89 |
|
| Date |
User |
Action |
Args |
| 2009-04-18 19:36:42 | bquinlan | set | recipients:
+ bquinlan, georg.brandl |
| 2009-04-18 19:36:42 | bquinlan | set | messageid: <[email protected]> |
| 2009-04-18 19:36:41 | bquinlan | link | issue5788 messages |
| 2009-04-18 19:36:41 | bquinlan | create | |
|