Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix date range picker timezone issue
`new Date(isoString)` assumes that `isoString` is in UTC. We wanted to parse it in the local timezone, which is what luxon does here.
- Loading branch information