What is the proper way to convert a NSTimeInterval to a string, that works internationally?
- by Alex Gosselin
I know the quick and dirty way of dividing by 60 to get minute, hours, etc
But is there an official way in the API already implemented, and using the appropriate language for minutes, seconds, etc?
Thanks for any help.