消息 [75894]
haypo> How? I don't understand your suggestion.
Sorry, another case of mail to tracker bug. Here is what I wrote:
"""
.. you can convert delta to time using an arbitrary anchor date and
extract hms that way:
>>> x = datetime(1,1,1) + timedelta(hours=1, minutes=24, seconds=19)
>>> x.hour,x.minute,x.second
(1, 24, 19)
(depending on your needs you may want to add delta.days*24 to the hours)
"""
but tracker ate the '>>>' lines :-( |
|
| 日期 |
用户 |
动作 |
参数 |
| 2008-11-14 22:06:26 | belopolsky | 修改 | recipients:
+ belopolsky, jribbens, amaury.forgeotdarc, vstinner, webograph |
| 2008-11-14 22:06:25 | belopolsky | 修改 | messageid: <1226700385.98.0.844157085515.issue2706@psf.upfronthosting.co.za> |
| 2008-11-14 22:06:24 | belopolsky | 链接 | issue2706 messages |
| 2008-11-14 22:06:24 | belopolsky | 创建 | |
|