Convert date and time to another based on timezone – Javascript
Let's suppose i have a user who submitted a date in database like this: 2023-04-11T14:50||America/Managua. How may i be able to display the date that is coming from database based on each user's timezone. Knowing that i already know its…