Hi All,
I have a requirement where I need to convert the UTC time (retrieved from database using REST) to GMT +8. My plan is to convert that UTC time string to a Date Time object then just add +8 hours but when I try to convert it to a UTC Date Time object, it is automatically converted to users timezone local time.
Please advise. Thanks
*This post is locked for comments