When updating a table with a datetime field, the datetime field always gets automatically updated because the datepicker is not tracking seconds.
For example:
If you have a Users table with a date_of_birth column set to 12/1/2017 10:00:59 and you go on rails_admin and change the user's email, the date_of_birth column will automatically be changed to 12/1/2017 10:00:00
When updating a table with a datetime field, the datetime field always gets automatically updated because the datepicker is not tracking seconds.
For example:
If you have a Users table with a date_of_birth column set to 12/1/2017 10:00:59 and you go on rails_admin and change the user's email, the date_of_birth column will automatically be changed to 12/1/2017 10:00:00