Hi,
I am facing an issue in converting datetime in current timzone.
I am receiving this date
string from server in a format "2015-10-09T08:00:00" which is Central Time but when I convert this date time using new Date(strDate) in GMT+5 its returning me below which is incorrect.
Another way I used is to convert by adding timezone offset and its returning me right result but defiantly failed when daylight saving activated.
I appreciated if you help me to suggest me efficient way to handle to timezone conversion with daylight saving?
Thank you.