On 11/07/2016 06:00 PM, sebb wrote:
> The epoch field is defined as 'double' in setup.py.
> 
> However AFAICT it contains seconds since the epoch (it defaults to
> os.time() in lua)
> 
> I'm not sure we are interested in fractions of seconds in the case of
> mail docs so why not store the value as long?
> 

Nothing to do with the lua, but probably the archiver, which is python
(python generally generates floats instead). I think we can safely
change this to a long.

Reply via email to