You can just convert the timedelta to a string with str(). Here's an example: import datetime start = datetime.datetime(2009,2,10,14,00) end ...
確定! 回上一頁