mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Summary: Datepicker reads date using getUTCDate() but we used to parse date using the document timezone instead of utc, hence the 1day shift. Test Plan: Manual testing. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3801