Add a timezone parameter to the API which will be used
to parse the date and last_date parameter if they have no timezone information, and
as timezone for the returned record timestamps.
We could possibly include a local special value where we determine the timezone from the requested location (e.g. via https://github.com/pegler/pytzwhere).
Add a
timezone
parameter to the API which will be useddate
andlast_date
parameter if they have no timezone information, andWe could possibly include a
local
special value where we determine the timezone from the requested location (e.g. via https://github.com/pegler/pytzwhere).