'What is timezone format and how to convert it to a normal abbreviation in Swift?
Solution 1:[1]
32400 (seconds) is the equivalent of 9 hours.
You get a TimeZone instance with
TimeZone(secondsFromGMT: timezone)
which is GMT+0900
However you cannot get the identifier like JST just from the seconds because there are multiple identifiers for the same amount of seconds.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |

