TimeZone fixes for the historical data explorer

Fixes #1415
This commit is contained in:
Simone Mainardi 2017-09-01 11:37:26 +02:00
parent dfa9e44dde
commit c4789741a8
4 changed files with 21 additions and 36 deletions

View file

@ -718,6 +718,7 @@ local known_parameters = {
["epoch_end"] = validateNumber, -- A timestamp value to indicate end time
["period_begin_str"] = validateDate, -- Specifies a start date in JS format
["period_end_str"] = validateDate, -- Specifies an end date in JS format
["timezone"] = validateNumber, -- The timezone of the browser
-- PAGINATION
["perPage"] = validateNumber, -- Number of results per page (used for pagination)