Datefield date mismatch
I have used a date field in my component where in when I author a value it is getting saved under content properties with +5:30. If I author a date it is getting saved under content node properties properly but when I try to use it in htl I see in view as published the date is different than the authored date.
For an instance - I authored the date as below

What I see in node properties is

But the date I see in view as publish mode when I am trying to use it as data attribute looks something like this

Currently I am not doing any kind of processing from backend how can I resolve this issue?? I need the date with time zone.