I have a string:
var utc_datetime = "02/09/2018 1:27 a.m."
I need it to show up in the user's local time. The format will always be the same, and it will always be queried in UTC timezone.
How can I accomplish this? I tried moment, and moment-timezone, but no luck so far.