rems icon indicating copy to clipboard operation
rems copied to clipboard

filter_ems_data() - filter dates not working as expected

Open KarHarker opened this issue 3 years ago • 0 comments

Issue found when using filter_ems_data() with specific date constraints - documentation here: https://github.com/bcgov/shinyrems/issues/132

From first glance: I think the issue is that the COLLECTION_START has h:m:s and to_date does not so the default is 00:00:00 which occurs before COLLECTION_START even if the y:m:d is the same

KarHarker avatar Nov 28 '22 22:11 KarHarker