Converting meeting times between timezones

As an Australian living in the UK and collaborating with researchers around the world, I often have to deal with meetings scheduled in another timezone. Unfortunately, whenever I’m presented with a time in a different timezone, I go silly and tend to mess up the conversions, especially when daylight savings is involved. To save myself some time and worry, I decided to write a short script which could convert a meeting time from one timezone to another.
The webapp can be found here!
Simply enter the data, time, and location of the original meeting, and the location you want the meeting localised to, and hit Submit!
The logic of the app is written in Python, served using Flask through pythonanywhere.