Currently, I have integrated the dateTimePicker into my AngularJS application. However, I am facing an issue where the time entered by the user is being converted to a different UTC-based time that differs by several hours (refer to the screenshot below, both the component and the text next to it are using the same ng-model).
https://i.sstatic.net/QLiuH.png
I am looking for a way to adjust this component so that it outputs the exact time as entered by the user. For example, in this scenario, I would like to receive "2016-05-24 12:00 AM" as the output!