Open
Description
Several Scrapinghub API endpoints accept or return timestamps, currently as UNIX timestamp in milliseconds.
It would be great to have those values as datetime.datetime
objects in the results so that consumers of python-scrapinghub calls do not have to convert them for interpretation.
Passing datetime.datetime
objects in methods allowing filtering on timestamps, e.g. where startts
and endts
arguments are supported, would be very handy too.