I don’t think you need to. In Mendix, all dates are stored in UTC time. Based on how your app is configured (and how the attribute is defined) users will either see UTC time (for non Localized atttributes) or their session tiem (for Localized attributes). However, the underlying value is still the same. For more information, see this https://docs.mendix.com/refguide/date-and-time-handling/
Hi Neha,
Date time is a hard topic and I’m assuming you didn’t turn off date localization. To troubleshoot your issue, I suggest the following.