Message76345
> > Hum, it's maybe not possible to choose between integer and float. Why
> > not supporting both? Example:
> > - totimestamp()->int: truncate microseconds
> > - totimestamp(microseconds=True)->float: with microseconds
>
> I would still prefer totimestamp()->(int, int) returning (sec, usec)
> tuple. The important benefit is that such totimestamp() will not
> loose information
Right, I prefer your solution ;-) |
|
| Date |
User |
Action |
Args |
| 2008-11-24 17:34:57 | vstinner | set | recipients:
+ vstinner, tebeka, davidfraser, belopolsky, andersjm, werneck, hodgestar, Neil Muller |
| 2008-11-24 17:34:56 | vstinner | link | issue2736 messages |
| 2008-11-24 17:34:56 | vstinner | create | |
|