Message77651
About mktime() -> -1: see the Issue1726687 (I found the fix in this
issue).
Next job will be to patch datetime.(utc)fromtimestamp() to support
(int, int). I tried to write such patch but it's not easy because
fromtimestamp() will support: int, long, float, (int, int), (int,
long), (long, int) and (long, long). And I don't know if a "long"
value can be converted to "time_t". |
|
| Date |
User |
Action |
Args |
| 2008-12-12 01:19:59 | vstinner | set | recipients:
+ vstinner, tebeka, davidfraser, belopolsky, andersjm, werneck, hodgestar, Neil Muller |
| 2008-12-12 01:19:58 | vstinner | set | messageid: <[email protected]> |
| 2008-12-12 01:19:58 | vstinner | link | issue2736 messages |
| 2008-12-12 01:19:57 | vstinner | create | |
|