Could you please tell me what is UTC time exactly...
I'm currently developing a web application and don't know how to display the correct time to my user...
What's the best solution for that?
Could you please tell me what is UTC time exactly...
I'm currently developing a web application and don't know how to display the correct time to my user...
What's the best solution for that?
Its basically a standard time that you can use that's universal. It means you can record when things happen without worrying about the local time.
However, for it to be useful for display, you have to convert the UTC time back to a local time.
Seems duplicate but still, This might help you to solve your problem, Please let me know if it's duplicate I will delete this answer and you may delete your question, We should keep this place clean :)
How to show a UTC time as local time in a webpage?
Cheers