This project is archived. Its data is read-only. This project is read-only.
Selecting date in connection setup "start date" field actually selects 1 day earlier
Steps to reproduce: 1. Be in a timezone that's _behind_ UTC (e.g. Central Time, UTC-6) 1. Open Connection setup or any extractor 1. Click "Start date" field to open browser-built-in date picker 1. Select date Expected behavior: 1. Field holds value representing picked data Actual behavior: 1. Field holds value representing _1 day before_ picked date Likely related to https://gitlab.com/meltano/meltano/-/merge_requests/1509 and/or https://gitlab.com/meltano/meltano/-/merge_requests/1513, in touched some date related helper methods, not realizing it could have this impact.
issue