Find time zones where it's currently a certain time
For a project I'm working I needed a function that returns the time zones where it's currently 9am. I generalized the function to be able to find time zones where it's currently any time. My Swift implementation was inspired by this stackoverflow answer, providing code for the same problem in…