stackworx / formik-mui

Bindings for using Formik with Material-UI

Home Page:https://stackworx.github.io/formik-mui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug - timezone issue when typing date

rdehuyss opened this issue · comments

When I use the KeyBoardDatePicker and I type the date it differs from when I select the date:

How Value
Typed Fri Jul 12 2013 00:00:00 GMT+0200 (Central European Summer Time)
Selected Fri Jul 12 2013 02:00:00 GMT+0200 (Central European Summer Time)

The difference is in the hours (02:00:00 vs 00:00:00).

This results in all kind of strange bugs...

There is no date conversion code in the libary. This would probably happen of you used the component without formik-material-ui too