I'm receiving ONLY UTC time from my db like 02:10:12, I want to convert this time to users browser time.
I tried below links
Moment Js UTC to Local Time Changing the Utc Date to Local Date using moment.js Convert UTC time to Local time of Browser
but none of them worked for me since most of them work with datetime field, mine is only time type in my database.
What I want to do is this,if my db UTC time is 02:10:12 then using moment.js we detect users browser timezone and convert this UTC time to that time zone and show in UI.