So IMO we should put somewhere in the DOM the timezone offset that should be used when computed the date filter, so that when the date is selected in the daterange we can use that offset information. AFAICS daterange picker use moment under the hood, so we should be able to use https://momentjs.com/docs/#/manipulating/utc-offset/ |