Open
Description
If someone hands us seq(as.Date("2014/09/04"), by = "day", length.out = 5)
, ideally we should change that into epirange("2014-09-04",2014-09-09)
. This helps the backend handle the result correctly. Doing a similar thing if every possible geo is detected.
May be better handled updating the backend to automatically do this for queries instead.