I am new to iOS development. I am trying to build an app which can primarily do two things:
a. get user's system time (say, his phone is in London, so his time)
b. get the time in a given location (say, San Francisco)
and then, I want to calculate the difference in time between the location (e.g. London, UK is 8 hours ahead of San Francisco, CA)
Can someone please help me with suggestions for how can I get (a) and (b)?