I am saving my dates in db & using datepicker in fontend & there it is showing the same date that I'm selecting and I've two remote machines, and I'm running the same code on all the machines and with each machine different values of dates are going in the db. For e.g: If I'm selecting date 03/01/2019 (mm/dd/yyyy). Then the dates are saving as :
2019-02-28 18:30:00.0000000 +00:00 = query created from Indian machine
2019-03-01 00:00:00.0000000 +00:00 = query created from 2nd country machine
2019-02-28 22:00:00.0000000 +00:00 = query created from 3rd country machine
How do I get the selected date i.e: 03/01/2019