I have a webpage where the creation date of a file is displayed as a string in UTC. The file is generated on an American server.
For instance, the date could be:
6/3/2016 10:13:55 AM
I want to convert this date to the timezone of the visitor accessing the webpage, as people from all over the world can visit it.
For example, I would like the above time to show as 6/4/2016 01:13:55 AM
for Australian Eastern Standard Time (AEST).