It was told that if field datetime.secs would be double we should get
better performance in LuaJIT instead of uint64_t type used at the
moment.
So we have created benchmark, which was comparing implementations of functions
from datetime.c if we would use double or int64_t for datetime.secs field.