How do I get 1324343032.324?
As you can see below, the following do not work:
>>1324343032.324325235 * 1000 / 1000 1324343032.3243253 >>i
You can use an additional float() around it if you want to preserve it as a float.
float()
float
%.3f'%(1324343032.324325235)